Html Css Color HEX #DC1512 Harley Davidson Orange

📋 copy color: '#DC1512'

red 220 ◦ green 21 ◦ blue 18

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

Shades of Harley Davidson Orange #DC1512

Tints of Harley Davidson Orange #DC1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.11%

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

R = 84.94%
G = 8.11%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.14

RGB Variations

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

Color information

#DC1512 (or 0xDC1512) is known color: Harley Davidson Orange. HEX triplet: DC, 15 and 12. RGB value is (220,21,18). Sum of RGB (Red+Green+Blue) = 220+21+18=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 18 (7.42% from 255 or 6.95% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1512 is #23EAED. Grayscale: #505050. Windows color (decimal): -2353902 or 1185244. OLE color: 1185244.

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

Color convert

RGB 220 21 18 -
CMYK 0 0.90 0.92 0.14
HSL 0.89º 0.85% 0.47% -
HSV(B) 0.89º 0.92% 0.86% -
XYZ 29.89 15.8 2.05 -
YUV 80.16 92.93 227.74 -
System Red Green Blue C M Y K H S L
Decimal 220 21 18 0 0.90 0.92 0.14 0.89 0.85 0.47
Hex DC 15 12 0 5A 5C E 1 55 2F
Octal 334 25 22 0 132 134 16 1 125 57
Binary 11011100 10101 10010 0 1011010 1011100 1110 1 1010101 101111

Color Harmonies of #DC1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1512

Black with #DC1512

Text Example


Text Example

White with #DC1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1512; }

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

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

background-color css

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

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

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

border-color css

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

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

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