Html Css Color HEX #DC4912 Harley Davidson Orange

📋 copy color: '#DC4912'

red 220 ◦ green 73 ◦ blue 18

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

Shades of Harley Davidson Orange #DC4912

Tints of Harley Davidson Orange #DC4912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.47%

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

R = 70.74%
G = 23.47%
B = 5.79%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC4912 (or 0xDC4912) is known color: Harley Davidson Orange. HEX triplet: DC, 49 and 12. RGB value is (220,73,18). Sum of RGB (Red+Green+Blue) = 220+73+18=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 18 (7.42% from 255 or 5.79% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4912 is #23B6ED. Grayscale: #6F6F6F. Windows color (decimal): -2340590 or 1198556. OLE color: 1198556.

HSL color Cylindrical-coordinate representation of color #DC4912: hue angle of 16.34º 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 #DC4912 is Cyan = 0, Magento = 0.67, Yellow = 0.92 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 73 18 -
CMYK 0 0.67 0.92 0.14
HSL 16.34º 0.85% 0.47% -
HSV(B) 16.34º 0.92% 0.86% -
XYZ 32.01 20.02 2.75 -
YUV 110.68 75.7 205.97 -
System Red Green Blue C M Y K H S L
Decimal 220 73 18 0 0.67 0.92 0.14 16.34 0.85 0.47
Hex DC 49 12 0 43 5C E 10 55 2F
Octal 334 111 22 0 103 134 16 20 125 57
Binary 11011100 1001001 10010 0 1000011 1011100 1110 10000 1010101 101111

Color Harmonies of #DC4912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4912

Black with #DC4912

Text Example


Text Example

White with #DC4912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4912; }

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

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

background-color css

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

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

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

border-color css

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

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

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