Html Css Color HEX #DE3409 Harley Davidson Orange

📋 copy color: '#DE3409'

red 222 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #DE3409

Tints of Harley Davidson Orange #DE3409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.37%

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

R = 78.45%
G = 18.37%
B = 3.18%

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

#DE3409 (or 0xDE3409) is known color: Harley Davidson Orange. HEX triplet: DE, 34 and 09. RGB value is (222,52,9). Sum of RGB (Red+Green+Blue) = 222+52+9=283 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.45% from 283); Green value is 52 (20.70% from 255 or 18.37% from 283); Blue value is 9 (3.91% from 255 or 3.18% from 283); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3409 is #21CBF6. Grayscale: #626262. Windows color (decimal): -2214903 or 603358. OLE color: 603358.

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

Color convert

RGB 222 52 9 -
CMYK 0 0.77 0.96 0.13
HSL 12.11º 0.92% 0.45% -
HSV(B) 12.11º 0.96% 0.87% -
XYZ 31.4 18.01 2.08 -
YUV 97.93 77.82 216.5 -
System Red Green Blue C M Y K H S L
Decimal 222 52 9 0 0.77 0.96 0.13 12.11 0.92 0.45
Hex DE 34 9 0 4D 60 D C 5C 2D
Octal 336 64 11 0 115 140 15 14 134 55
Binary 11011110 110100 1001 0 1001101 1100000 1101 1100 1011100 101101

Color Harmonies of #DE3409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3409

Black with #DE3409

Text Example


Text Example

White with #DE3409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3409; }

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

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

background-color css

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

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

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

border-color css

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

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

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