Html Css Color HEX #DC2209 Harley Davidson Orange

📋 copy color: '#DC2209'

red 220 ◦ green 34 ◦ blue 9

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

Shades of Harley Davidson Orange #DC2209

Tints of Harley Davidson Orange #DC2209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.93%

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

R = 83.65%
G = 12.93%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC2209 (or 0xDC2209) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 09. RGB value is (220,34,9). Sum of RGB (Red+Green+Blue) = 220+34+9=263 (34% of max value = 765). Red value is 220 (86.33% from 255 or 83.65% from 263); Green value is 34 (13.67% from 255 or 12.93% from 263); Blue value is 9 (3.91% from 255 or 3.42% from 263); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2209 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2209 is #23DDF6. Grayscale: #575757. Windows color (decimal): -2350583 or 598748. OLE color: 598748.

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

Color convert

RGB 220 34 9 -
CMYK 0 0.85 0.96 0.14
HSL 7.11º 0.92% 0.45% -
HSV(B) 7.11º 0.96% 0.86% -
XYZ 30.14 16.38 1.83 -
YUV 86.76 84.12 223.03 -
System Red Green Blue C M Y K H S L
Decimal 220 34 9 0 0.85 0.96 0.14 7.11 0.92 0.45
Hex DC 22 9 0 55 60 E 7 5C 2D
Octal 334 42 11 0 125 140 16 7 134 55
Binary 11011100 100010 1001 0 1010101 1100000 1110 111 1011100 101101

Color Harmonies of #DC2209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2209

Black with #DC2209

Text Example


Text Example

White with #DC2209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2209; }

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

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

background-color css

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

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

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

border-color css

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

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

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