Html Css Color HEX #CD4012 Harley Davidson Orange

📋 copy color: '#CD4012'

red 205 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #CD4012

Tints of Harley Davidson Orange #CD4012

RGB

 RED value IS 205 (80.47% from 255) = 71.43%

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 18 (7.42% from 255) = 6.27%

R = 71.43%
G = 22.3%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.20

RGB Variations

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

Color information

#CD4012 (or 0xCD4012) is known color: Harley Davidson Orange. HEX triplet: CD, 40 and 12. RGB value is (205,64,18). Sum of RGB (Red+Green+Blue) = 205+64+18=287 (38% of max value = 765). Red value is 205 (80.47% from 255 or 71.43% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CD4012 is #32BFED. Grayscale: #656565. Windows color (decimal): -3325934 or 1196237. OLE color: 1196237.

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

Color convert

RGB 205 64 18 -
CMYK 0 0.69 0.91 0.20
HSL 14.76º 0.84% 0.44% -
HSV(B) 14.76º 0.91% 0.8% -
XYZ 27.12 16.69 2.36 -
YUV 100.92 81.21 202.24 -
System Red Green Blue C M Y K H S L
Decimal 205 64 18 0 0.69 0.91 0.20 14.76 0.84 0.44
Hex CD 40 12 0 45 5B 14 F 54 2C
Octal 315 100 22 0 105 133 24 17 124 54
Binary 11001101 1000000 10010 0 1000101 1011011 10100 1111 1010100 101100

Color Harmonies of #CD4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4012

Black with #CD4012

Text Example


Text Example

White with #CD4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4012; }

 p { color: rgb(205,64,18); }

 H1.HeaderClassName
 {
   color: #CD4012;
 }
 .AnyTagClassName
 {
   color: #CD4012;
 }
</style>

background-color css

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

 a { background-color: rgb(205,64,18); }

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

border-color css

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

 span { border-color: rgb(205,64,18); }

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