Html Css Color HEX #DE2C09 Harley Davidson Orange

📋 copy color: '#DE2C09'

red 222 ◦ green 44 ◦ blue 9

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

Shades of Harley Davidson Orange #DE2C09

Tints of Harley Davidson Orange #DE2C09

RGB

 RED value IS 222 (87.11% from 255) = 80.73%

 GREEN value IS 44 (17.58% from 255) = 16%

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

R = 80.73%
G = 16%
B = 3.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE2C09 (or 0xDE2C09) is known color: Harley Davidson Orange. HEX triplet: DE, 2C and 09. RGB value is (222,44,9). Sum of RGB (Red+Green+Blue) = 222+44+9=275 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.73% from 275); Green value is 44 (17.58% from 255 or 16% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2C09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2C09 is #21D3F6. Grayscale: #5D5D5D. Windows color (decimal): -2216951 or 601310. OLE color: 601310.

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

Color convert

RGB 222 44 9 -
CMYK 0 0.80 0.96 0.13
HSL 9.86º 0.92% 0.45% -
HSV(B) 9.86º 0.96% 0.87% -
XYZ 31.07 17.35 1.97 -
YUV 93.23 80.47 219.85 -
System Red Green Blue C M Y K H S L
Decimal 222 44 9 0 0.80 0.96 0.13 9.86 0.92 0.45
Hex DE 2C 9 0 50 60 D A 5C 2D
Octal 336 54 11 0 120 140 15 12 134 55
Binary 11011110 101100 1001 0 1010000 1100000 1101 1010 1011100 101101

Color Harmonies of #DE2C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2C09

Black with #DE2C09

Text Example


Text Example

White with #DE2C09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2C09; }

 p { color: rgb(222,44,9); }

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

background-color css

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

 a { background-color: rgb(222,44,9); }

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

border-color css

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

 span { border-color: rgb(222,44,9); }

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