Html Css Color HEX #DE3309 Harley Davidson Orange

📋 copy color: '#DE3309'

red 222 ◦ green 51 ◦ blue 9

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

Shades of Harley Davidson Orange #DE3309

Tints of Harley Davidson Orange #DE3309

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.09%

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

R = 78.72%
G = 18.09%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.96

 K value IS 0.13

RGB Variations

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

Color information

#DE3309 (or 0xDE3309) is known color: Harley Davidson Orange. HEX triplet: DE, 33 and 09. RGB value is (222,51,9). Sum of RGB (Red+Green+Blue) = 222+51+9=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 51 (20.31% from 255 or 18.09% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3309 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3309 is #21CCF6. Grayscale: #616161. Windows color (decimal): -2215159 or 603102. OLE color: 603102.

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

Color convert

RGB 222 51 9 -
CMYK 0 0.77 0.96 0.13
HSL 11.83º 0.92% 0.45% -
HSV(B) 11.83º 0.96% 0.87% -
XYZ 31.36 17.92 2.06 -
YUV 97.34 78.15 216.92 -
System Red Green Blue C M Y K H S L
Decimal 222 51 9 0 0.77 0.96 0.13 11.83 0.92 0.45
Hex DE 33 9 0 4D 60 D C 5C 2D
Octal 336 63 11 0 115 140 15 14 134 55
Binary 11011110 110011 1001 0 1001101 1100000 1101 1100 1011100 101101

Color Harmonies of #DE3309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3309

Black with #DE3309

Text Example


Text Example

White with #DE3309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3309; }

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

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

background-color css

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

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

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

border-color css

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

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

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