Html Css Color HEX #DC4012 Harley Davidson Orange

📋 copy color: '#DC4012'

red 220 ◦ green 64 ◦ blue 18

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

Shades of Harley Davidson Orange #DC4012

Tints of Harley Davidson Orange #DC4012

RGB

 RED value IS 220 (86.33% from 255) = 72.85%

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

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

R = 72.85%
G = 21.19%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC4012 (or 0xDC4012) is known color: Harley Davidson Orange. HEX triplet: DC, 40 and 12. RGB value is (220,64,18). Sum of RGB (Red+Green+Blue) = 220+64+18=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 18 (7.42% from 255 or 5.96% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4012 is #23BFED. Grayscale: #696969. Windows color (decimal): -2342894 or 1196252. OLE color: 1196252.

HSL color Cylindrical-coordinate representation of color #DC4012: hue angle of 13.66º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DC4012 is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 64 18 -
CMYK 0 0.71 0.92 0.14
HSL 13.66º 0.85% 0.47% -
HSV(B) 13.66º 0.92% 0.86% -
XYZ 31.46 18.93 2.57 -
YUV 105.4 78.68 209.74 -
System Red Green Blue C M Y K H S L
Decimal 220 64 18 0 0.71 0.92 0.14 13.66 0.85 0.47
Hex DC 40 12 0 47 5C E E 55 2F
Octal 334 100 22 0 107 134 16 16 125 57
Binary 11011100 1000000 10010 0 1000111 1011100 1110 1110 1010101 101111

Color Harmonies of #DC4012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4012

Black with #DC4012

Text Example


Text Example

White with #DC4012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4012; }

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

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

background-color css

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

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

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

border-color css

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

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

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