Html Css Color HEX #DC2609 Harley Davidson Orange

📋 copy color: '#DC2609'

red 220 ◦ green 38 ◦ blue 9

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

Shades of Harley Davidson Orange #DC2609

Tints of Harley Davidson Orange #DC2609

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.23%

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

R = 82.4%
G = 14.23%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC2609 (or 0xDC2609) is known color: Harley Davidson Orange. HEX triplet: DC, 26 and 09. RGB value is (220,38,9). Sum of RGB (Red+Green+Blue) = 220+38+9=267 (35% of max value = 765). Red value is 220 (86.33% from 255 or 82.40% from 267); Green value is 38 (15.23% from 255 or 14.23% from 267); Blue value is 9 (3.91% from 255 or 3.37% from 267); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2609 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2609 is #23D9F6. Grayscale: #595959. Windows color (decimal): -2349559 or 599772. OLE color: 599772.

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

Color convert

RGB 220 38 9 -
CMYK 0 0.83 0.96 0.14
HSL 8.25º 0.92% 0.45% -
HSV(B) 8.25º 0.96% 0.86% -
XYZ 30.26 16.62 1.87 -
YUV 89.11 82.8 221.36 -
System Red Green Blue C M Y K H S L
Decimal 220 38 9 0 0.83 0.96 0.14 8.25 0.92 0.45
Hex DC 26 9 0 53 60 E 8 5C 2D
Octal 334 46 11 0 123 140 16 10 134 55
Binary 11011100 100110 1001 0 1010011 1100000 1110 1000 1011100 101101

Color Harmonies of #DC2609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2609

Black with #DC2609

Text Example


Text Example

White with #DC2609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2609; }

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

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

background-color css

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

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

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

border-color css

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

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

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