Html Css Color HEX #DC2712 Harley Davidson Orange

📋 copy color: '#DC2712'

red 220 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #DC2712

Tints of Harley Davidson Orange #DC2712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.08%

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

R = 79.42%
G = 14.08%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC2712 (or 0xDC2712) is known color: Harley Davidson Orange. HEX triplet: DC, 27 and 12. RGB value is (220,39,18). Sum of RGB (Red+Green+Blue) = 220+39+18=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 39 (15.62% from 255 or 14.08% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2712 is #23D8ED. Grayscale: #5A5A5A. Windows color (decimal): -2349294 or 1189852. OLE color: 1189852.

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

Color convert

RGB 220 39 18 -
CMYK 0 0.82 0.92 0.14
HSL 6.24º 0.85% 0.47% -
HSV(B) 6.24º 0.92% 0.86% -
XYZ 30.35 16.71 2.2 -
YUV 90.73 86.97 220.21 -
System Red Green Blue C M Y K H S L
Decimal 220 39 18 0 0.82 0.92 0.14 6.24 0.85 0.47
Hex DC 27 12 0 52 5C E 6 55 2F
Octal 334 47 22 0 122 134 16 6 125 57
Binary 11011100 100111 10010 0 1010010 1011100 1110 110 1010101 101111

Color Harmonies of #DC2712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2712

Black with #DC2712

Text Example


Text Example

White with #DC2712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2712; }

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

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

background-color css

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

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

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

border-color css

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

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

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