Html Css Color HEX #DC2912 Harley Davidson Orange

📋 copy color: '#DC2912'

red 220 ◦ green 41 ◦ blue 18

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

Shades of Harley Davidson Orange #DC2912

Tints of Harley Davidson Orange #DC2912

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.7%

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

R = 78.85%
G = 14.7%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC2912 (or 0xDC2912) is known color: Harley Davidson Orange. HEX triplet: DC, 29 and 12. RGB value is (220,41,18). Sum of RGB (Red+Green+Blue) = 220+41+18=279 (36% of max value = 765). Red value is 220 (86.33% from 255 or 78.85% from 279); Green value is 41 (16.41% from 255 or 14.70% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2912 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2912 is #23D6ED. Grayscale: #5C5C5C. Windows color (decimal): -2348782 or 1190364. OLE color: 1190364.

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

Color convert

RGB 220 41 18 -
CMYK 0 0.81 0.92 0.14
HSL 6.83º 0.85% 0.47% -
HSV(B) 6.83º 0.92% 0.86% -
XYZ 30.42 16.85 2.22 -
YUV 91.9 86.3 219.37 -
System Red Green Blue C M Y K H S L
Decimal 220 41 18 0 0.81 0.92 0.14 6.83 0.85 0.47
Hex DC 29 12 0 51 5C E 7 55 2F
Octal 334 51 22 0 121 134 16 7 125 57
Binary 11011100 101001 10010 0 1010001 1011100 1110 111 1010101 101111

Color Harmonies of #DC2912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2912

Black with #DC2912

Text Example


Text Example

White with #DC2912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2912; }

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

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

background-color css

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

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

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

border-color css

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

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

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