#CA3724

Color #CA3724 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CA3724

Tints of Harley Davidson Orange #CA3724

Color information

#CA3724 (or 0xCA3724) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 37 and 24. RGB value is (202,55,36). Sum of RGB (Red+Green+Blue) = 202+55+36=293 (38% of max value = 765). Red value is 202 (79.30% from 255 or 68.94% from 293); Green value is 55 (21.88% from 255 or 18.77% from 293); Blue value is 36 (14.45% from 255 or 12.29% from 293); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3724 is #35C8DB. Grayscale: #616161. Windows color (decimal): -3524828 or 2373578. OLE color: 2373578.

HSL color Cylindrical-coordinate representation of color #CA3724: hue angle of 6.87º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA3724 is Cyan = 0, Magento = 0.73, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB2025536-
CMYK00.730.820.21
HSL6.87º69.75%46.67%-
HSV(B)6.87º82.18%79.22%-
XYZ26.0415.423.27-
YUV96.7993.7203.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 68.94%
GREEN value IS 55 (21.88% from 255) = 18.77%
BLUE value IS 36 (14.45% from 255) = 12.29%
R=68.94%
G=18.77%
B=12.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202553600.730.820.216.8769.7546.67
HexCA372404952157462f
Octal3126744011112225710657
Binary11001010110111100100010010011010010101011111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3724; }

 p { color: rgb(202,55,36); }

 H1.HeaderClassName
 {
   color: #CA3724;
 }
 .AnyTagClassName
 {
   color: #CA3724;
 }
</style>
background-color css

<style>
 a { background-color: #CA3724; }

 a { background-color: rgb(202,55,36); }

 div.DivClassName
 {
   background-color: #CA3724;
 }
 .BgClassName
 {
   background-color: #CA3724;
 }
</style>
border-color css

<style>
 span { border-color: #CA3724; }

 span { border-color: rgb(202,55,36); }

 td.TdClassName
 {
   border-color: #CA3724;
 }
 .TagClassName
 {
   border-color: #CA3724;
 }
</style>