Html Css Color HEX #CD2004 Harley Davidson Orange

📋 copy color: '#CD2004'

red 205 ◦ green 32 ◦ blue 4

#CD2004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CD2004

Tints of Harley Davidson Orange #CD2004

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 value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.20

RGB Variations

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

Color information

#CD2004 (or 0xCD2004) is known color: 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

RGB 205 32 4 -
CMYK 0 0.84 0.98 0.20
HSL 8.36º 0.96% 0.41% -
HSV(B) 8.36º 0.98% 0.8% -
XYZ 25.72 14.02 1.47 -
YUV 80.54 84.81 216.78 -
System Red Green Blue C M Y K H S L
Decimal 205 32 4 0 0.84 0.98 0.20 8.36 0.96 0.41
Hex CD 20 4 0 54 62 14 8 60 29
Octal 315 40 4 0 124 142 24 10 140 51
Binary 11001101 100000 100 0 1010100 1100010 10100 1000 1100000 101001

Color Harmonies of #CD2004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD2004

Black with #CD2004

Text Example


Text Example

White with #CD2004

Text Example


Text Example

HTML Codes & Css Web 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>