Html Css Color HEX #DE3E09 Harley Davidson Orange

📋 copy color: '#DE3E09'

red 222 ◦ green 62 ◦ blue 9

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

Shades of Harley Davidson Orange #DE3E09

Tints of Harley Davidson Orange #DE3E09

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.16%

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

R = 75.77%
G = 21.16%
B = 3.07%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE3E09 (or 0xDE3E09) is known color: Harley Davidson Orange. HEX triplet: DE, 3E and 09. RGB value is (222,62,9). Sum of RGB (Red+Green+Blue) = 222+62+9=293 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.77% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 9 (3.91% from 255 or 3.07% from 293); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3E09 is #21C1F6. Grayscale: #686868. Windows color (decimal): -2212343 or 605918. OLE color: 605918.

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

Color convert

RGB 222 62 9 -
CMYK 0 0.72 0.96 0.13
HSL 14.93º 0.92% 0.45% -
HSV(B) 14.93º 0.96% 0.87% -
XYZ 31.9 18.99 2.24 -
YUV 103.8 74.51 212.31 -
System Red Green Blue C M Y K H S L
Decimal 222 62 9 0 0.72 0.96 0.13 14.93 0.92 0.45
Hex DE 3E 9 0 48 60 D F 5C 2D
Octal 336 76 11 0 110 140 15 17 134 55
Binary 11011110 111110 1001 0 1001000 1100000 1101 1111 1011100 101101

Color Harmonies of #DE3E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3E09

Black with #DE3E09

Text Example


Text Example

White with #DE3E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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