#CA1D04

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

Shades of Harley Davidson Orange #CA1D04

Tints of Harley Davidson Orange #CA1D04

Color information

#CA1D04 (or 0xCA1D04) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 1D and 04. RGB value is (202,29,4). Sum of RGB (Red+Green+Blue) = 202+29+4=235 (31% of max value = 765). Red value is 202 (79.30% from 255 or 85.96% from 235); Green value is 29 (11.72% from 255 or 12.34% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA1D04 is #35E2FB. Grayscale: #4E4E4E. Windows color (decimal): -3531516 or 269770. OLE color: 269770.

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

Color convert

RGB202294-
CMYK00.860.980.21
HSL7.58º96.12%40.39%-
HSV(B)7.58º98.02%79.22%-
XYZ24.8213.441.4-
YUV77.8886.31216.53-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 85.96%
GREEN value IS 29 (11.72% from 255) = 12.34%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=85.96%
G=12.34%
B=1.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20229400.860.980.217.5896.1240.39
HexCA1D4056621586028
Octal3123540126142251014050
Binary11001010111011000101011011000101010110001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA1D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA1D04; }

 p { color: rgb(202,29,4); }

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

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

 a { background-color: rgb(202,29,4); }

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

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

 span { border-color: rgb(202,29,4); }

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