#CD2004

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

Shades of Harley Davidson Orange #CD2004

Tints of Harley Davidson Orange #CD2004

Color information

#CD2004 (or 0xCD2004) is unknown color: approx Harley Davidson Orange. HEX triplet: CD, 20 and 04. RGB value is (205,32,4). Sum of RGB (Red+Green+Blue) = 205+32+4=241 (31% of max value = 765). Red value is 205 (80.47% from 255 or 85.06% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 205 - color contains mainly: red. Hex color #CD2004 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD2004 is #32DFFB. Grayscale: #505050. Windows color (decimal): -3334140 or 270541. OLE color: 270541.

HSL color Cylindrical-coordinate representation of color #CD2004: hue angle of 8.36º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CD2004 is Cyan = 0, Magento = 0.84, Yellow = 0.98 and Black (K on CMYK) = 0.20.

Color convert

RGB205324-
CMYK00.840.980.20
HSL8.36º96.17%40.98%-
HSV(B)8.36º98.05%80.39%-
XYZ25.7214.021.47-
YUV80.5484.81216.78-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 85.06%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 4 (1.95% from 255) = 1.66%
R=85.06%
G=13.28%
B=1.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.98
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20532400.840.980.208.3696.1740.98
HexCD204054621486029
Octal3154040124142241014051
Binary110011011000001000101010011000101010010001100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD2004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD2004; }

 p { color: rgb(205,32,4); }

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

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

 a { background-color: rgb(205,32,4); }

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

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

 span { border-color: rgb(205,32,4); }

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