Html Css Color HEX #DC2312 Harley Davidson Orange

📋 copy color: '#DC2312'

red 220 ◦ green 35 ◦ blue 18

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

Shades of Harley Davidson Orange #DC2312

Tints of Harley Davidson Orange #DC2312

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.82%

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

R = 80.59%
G = 12.82%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC2312 (or 0xDC2312) is known color: Harley Davidson Orange. HEX triplet: DC, 23 and 12. RGB value is (220,35,18). Sum of RGB (Red+Green+Blue) = 220+35+18=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 35 (14.06% from 255 or 12.82% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2312 is #23DCED. Grayscale: #585858. Windows color (decimal): -2350318 or 1188828. OLE color: 1188828.

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

Color convert

RGB 220 35 18 -
CMYK 0 0.84 0.92 0.14
HSL 5.05º 0.85% 0.47% -
HSV(B) 5.05º 0.92% 0.86% -
XYZ 30.23 16.46 2.16 -
YUV 88.38 88.29 221.88 -
System Red Green Blue C M Y K H S L
Decimal 220 35 18 0 0.84 0.92 0.14 5.05 0.85 0.47
Hex DC 23 12 0 54 5C E 5 55 2F
Octal 334 43 22 0 124 134 16 5 125 57
Binary 11011100 100011 10010 0 1010100 1011100 1110 101 1010101 101111

Color Harmonies of #DC2312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2312

Black with #DC2312

Text Example


Text Example

White with #DC2312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2312; }

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

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

background-color css

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

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

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

border-color css

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

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

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