#CA3E1C

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

Shades of Harley Davidson Orange #CA3E1C

Tints of Harley Davidson Orange #CA3E1C

Color information

#CA3E1C (or 0xCA3E1C) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 3E and 1C. RGB value is (202,62,28). Sum of RGB (Red+Green+Blue) = 202+62+28=292 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.18% from 292); Green value is 62 (24.61% from 255 or 21.23% from 292); Blue value is 28 (11.33% from 255 or 9.59% from 292); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA3E1C is #35C1E3. Grayscale: #646464. Windows color (decimal): -3523044 or 1851082. OLE color: 1851082.

HSL color Cylindrical-coordinate representation of color #CA3E1C: hue angle of 11.72º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CA3E1C is Cyan = 0, Magento = 0.69, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB2026228-
CMYK00.690.860.21
HSL11.72º75.65%45.1%-
HSV(B)11.72º86.14%79.22%-
XYZ26.2916.092.82-
YUV99.9887.38200.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 69.18%
GREEN value IS 62 (24.61% from 255) = 21.23%
BLUE value IS 28 (11.33% from 255) = 9.59%
R=69.18%
G=21.23%
B=9.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.86
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202622800.690.860.2111.7275.6545.1
HexCA3E1C0455615c4c2d
Octal31276340105126251411455
Binary11001010111110111000100010110101101010111001001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA3E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA3E1C; }

 p { color: rgb(202,62,28); }

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

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

 a { background-color: rgb(202,62,28); }

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

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

 span { border-color: rgb(202,62,28); }

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