Html Css Color HEX #DE3416 Harley Davidson Orange

📋 copy color: '#DE3416'

red 222 ◦ green 52 ◦ blue 22

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

Shades of Harley Davidson Orange #DE3416

Tints of Harley Davidson Orange #DE3416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.43%

R = 75%
G = 17.57%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE3416 (or 0xDE3416) is known color: Harley Davidson Orange. HEX triplet: DE, 34 and 16. RGB value is (222,52,22). Sum of RGB (Red+Green+Blue) = 222+52+22=296 (39% of max value = 765). Red value is 222 (87.11% from 255 or 75% from 296); Green value is 52 (20.70% from 255 or 17.57% from 296); Blue value is 22 (8.98% from 255 or 7.43% from 296); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3416 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3416 is #21CBE9. Grayscale: #636363. Windows color (decimal): -2214890 or 1455326. OLE color: 1455326.

HSL color Cylindrical-coordinate representation of color #DE3416: hue angle of 9º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DE3416 is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 52 22 -
CMYK 0 0.77 0.90 0.13
HSL 0.82% 0.48% -
HSV(B) 0.9% 0.87% -
XYZ 31.5 18.04 2.58 -
YUV 99.41 84.32 215.44 -
System Red Green Blue C M Y K H S L
Decimal 222 52 22 0 0.77 0.90 0.13 9 0.82 0.48
Hex DE 34 16 0 4D 5A D 9 52 30
Octal 336 64 26 0 115 132 15 11 122 60
Binary 11011110 110100 10110 0 1001101 1011010 1101 1001 1010010 110000

Color Harmonies of #DE3416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3416

Black with #DE3416

Text Example


Text Example

White with #DE3416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3416; }

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

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

background-color css

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

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

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

border-color css

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

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

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