Html Css Color HEX #DC2812 Harley Davidson Orange

📋 copy color: '#DC2812'

red 220 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #DC2812

Tints of Harley Davidson Orange #DC2812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.39%

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

R = 79.14%
G = 14.39%
B = 6.47%

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

#DC2812 (or 0xDC2812) is known color: Harley Davidson Orange. HEX triplet: DC, 28 and 12. RGB value is (220,40,18). Sum of RGB (Red+Green+Blue) = 220+40+18=278 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.14% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2812 is #23D7ED. Grayscale: #5B5B5B. Windows color (decimal): -2349038 or 1190108. OLE color: 1190108.

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

Color convert

RGB 220 40 18 -
CMYK 0 0.82 0.92 0.14
HSL 6.53º 0.85% 0.47% -
HSV(B) 6.53º 0.92% 0.86% -
XYZ 30.38 16.78 2.21 -
YUV 91.31 86.63 219.79 -
System Red Green Blue C M Y K H S L
Decimal 220 40 18 0 0.82 0.92 0.14 6.53 0.85 0.47
Hex DC 28 12 0 52 5C E 7 55 2F
Octal 334 50 22 0 122 134 16 7 125 57
Binary 11011100 101000 10010 0 1010010 1011100 1110 111 1010101 101111

Color Harmonies of #DC2812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2812

Black with #DC2812

Text Example


Text Example

White with #DC2812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2812; }

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

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

background-color css

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

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

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

border-color css

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

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

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