Html Css Color HEX #DC1F15 Harley Davidson Orange

📋 copy color: '#DC1F15'

red 220 ◦ green 31 ◦ blue 21

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

Shades of Harley Davidson Orange #DC1F15

Tints of Harley Davidson Orange #DC1F15

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.4%

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 80.88%
G = 11.4%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#DC1F15 (or 0xDC1F15) is known color: Harley Davidson Orange. HEX triplet: DC, 1F and 15. RGB value is (220,31,21). Sum of RGB (Red+Green+Blue) = 220+31+21=272 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.88% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1F15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC1F15 is #23E0EA. Grayscale: #565656. Windows color (decimal): -2351339 or 1384412. OLE color: 1384412.

HSL color Cylindrical-coordinate representation of color #DC1F15: hue angle of 3.02º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1F15 is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 31 21 -
CMYK 0 0.86 0.90 0.14
HSL 3.02º 0.83% 0.47% -
HSV(B) 3.02º 0.9% 0.86% -
XYZ 30.14 16.25 2.26 -
YUV 86.37 91.12 223.31 -
System Red Green Blue C M Y K H S L
Decimal 220 31 21 0 0.86 0.90 0.14 3.02 0.83 0.47
Hex DC 1F 15 0 56 5A E 3 53 2F
Octal 334 37 25 0 126 132 16 3 123 57
Binary 11011100 11111 10101 0 1010110 1011010 1110 11 1010011 101111

Color Harmonies of #DC1F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1F15

Black with #DC1F15

Text Example


Text Example

White with #DC1F15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1F15; }

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

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

background-color css

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

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

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

border-color css

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

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

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