Html Css Color HEX #DC1909 Harley Davidson Orange

📋 copy color: '#DC1909'

red 220 ◦ green 25 ◦ blue 9

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

Shades of Harley Davidson Orange #DC1909

Tints of Harley Davidson Orange #DC1909

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.84%

 BLUE value IS 9 (3.91% from 255) = 3.54%

R = 86.61%
G = 9.84%
B = 3.54%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC1909 (or 0xDC1909) is known color: Harley Davidson Orange. HEX triplet: DC, 19 and 09. RGB value is (220,25,9). Sum of RGB (Red+Green+Blue) = 220+25+9=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 25 (10.16% from 255 or 9.84% from 254); Blue value is 9 (3.91% from 255 or 3.54% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1909 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DC1909 is #23E6F6. Grayscale: #515151. Windows color (decimal): -2352887 or 596444. OLE color: 596444.

HSL color Cylindrical-coordinate representation of color #DC1909: hue angle of 4.55º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC1909 is Cyan = 0, Magento = 0.89, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 25 9 -
CMYK 0 0.89 0.96 0.14
HSL 4.55º 0.92% 0.45% -
HSV(B) 4.55º 0.96% 0.86% -
XYZ 29.91 15.93 1.76 -
YUV 81.48 87.1 226.8 -
System Red Green Blue C M Y K H S L
Decimal 220 25 9 0 0.89 0.96 0.14 4.55 0.92 0.45
Hex DC 19 9 0 59 60 E 5 5C 2D
Octal 334 31 11 0 131 140 16 5 134 55
Binary 11011100 11001 1001 0 1011001 1100000 1110 101 1011100 101101

Color Harmonies of #DC1909

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1909

Black with #DC1909

Text Example


Text Example

White with #DC1909

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1909; }

 p { color: rgb(220,25,9); }

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

background-color css

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

 a { background-color: rgb(220,25,9); }

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

border-color css

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

 span { border-color: rgb(220,25,9); }

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