Html Css Color HEX #DC4312 Harley Davidson Orange

📋 copy color: '#DC4312'

red 220 ◦ green 67 ◦ blue 18

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

Shades of Harley Davidson Orange #DC4312

Tints of Harley Davidson Orange #DC4312

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.97%

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

R = 72.13%
G = 21.97%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC4312 (or 0xDC4312) is known color: Harley Davidson Orange. HEX triplet: DC, 43 and 12. RGB value is (220,67,18). Sum of RGB (Red+Green+Blue) = 220+67+18=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 67 (26.56% from 255 or 21.97% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4312 is #23BCED. Grayscale: #6B6B6B. Windows color (decimal): -2342126 or 1197020. OLE color: 1197020.

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

Color convert

RGB 220 67 18 -
CMYK 0 0.70 0.92 0.14
HSL 14.55º 0.85% 0.47% -
HSV(B) 14.55º 0.92% 0.86% -
XYZ 31.63 19.27 2.63 -
YUV 107.16 77.69 208.48 -
System Red Green Blue C M Y K H S L
Decimal 220 67 18 0 0.70 0.92 0.14 14.55 0.85 0.47
Hex DC 43 12 0 46 5C E F 55 2F
Octal 334 103 22 0 106 134 16 17 125 57
Binary 11011100 1000011 10010 0 1000110 1011100 1110 1111 1010101 101111

Color Harmonies of #DC4312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4312

Black with #DC4312

Text Example


Text Example

White with #DC4312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4312; }

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

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

background-color css

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

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

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

border-color css

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

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

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