Html Css Color HEX #DC1912 Harley Davidson Orange

📋 copy color: '#DC1912'

red 220 ◦ green 25 ◦ blue 18

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

Shades of Harley Davidson Orange #DC1912

Tints of Harley Davidson Orange #DC1912

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.51%

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

R = 83.65%
G = 9.51%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC1912 (or 0xDC1912) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 12. RGB value is (220,25,18). Sum of RGB (Red+Green+Blue) = 220+25+18=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 25 (10.16% from 255 or 9.51% from 263); Blue value is 18 (7.42% from 255 or 6.84% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1912 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1912 is #23E6ED. Grayscale: #525252. Windows color (decimal): -2352878 or 1186268. OLE color: 1186268.

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

Color convert

RGB 220 25 18 -
CMYK 0 0.89 0.92 0.14
HSL 2.08º 0.85% 0.47% -
HSV(B) 2.08º 0.92% 0.86% -
XYZ 29.97 15.95 2.07 -
YUV 82.51 91.6 226.07 -
System Red Green Blue C M Y K H S L
Decimal 220 25 18 0 0.89 0.92 0.14 2.08 0.85 0.47
Hex DC 19 12 0 59 5C E 2 55 2F
Octal 334 31 22 0 131 134 16 2 125 57
Binary 11011100 11001 10010 0 1011001 1011100 1110 10 1010101 101111

Color Harmonies of #DC1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1912

Black with #DC1912

Text Example


Text Example

White with #DC1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1912; }

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

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

background-color css

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

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

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

border-color css

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

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

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