Html Css Color HEX #DC1712 Harley Davidson Orange

📋 copy color: '#DC1712'

red 220 ◦ green 23 ◦ blue 18

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

Shades of Harley Davidson Orange #DC1712

Tints of Harley Davidson Orange #DC1712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.81%

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

R = 84.29%
G = 8.81%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC1712 (or 0xDC1712) is known color: Harley Davidson Orange. HEX triplet: DC, 17 and 12. RGB value is (220,23,18). Sum of RGB (Red+Green+Blue) = 220+23+18=261 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.29% from 261); Green value is 23 (9.38% from 255 or 8.81% from 261); Blue value is 18 (7.42% from 255 or 6.90% from 261); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1712 is #23E8ED. Grayscale: #515151. Windows color (decimal): -2353390 or 1185756. OLE color: 1185756.

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

Color convert

RGB 220 23 18 -
CMYK 0 0.90 0.92 0.14
HSL 1.49º 0.85% 0.47% -
HSV(B) 1.49º 0.92% 0.86% -
XYZ 29.93 15.87 2.06 -
YUV 81.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 220 23 18 0 0.90 0.92 0.14 1.49 0.85 0.47
Hex DC 17 12 0 5A 5C E 1 55 2F
Octal 334 27 22 0 132 134 16 1 125 57
Binary 11011100 10111 10010 0 1011010 1011100 1110 1 1010101 101111

Color Harmonies of #DC1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1712

Black with #DC1712

Text Example


Text Example

White with #DC1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1712; }

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

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

background-color css

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

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

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

border-color css

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

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

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