Html Css Color HEX #DE3417 Harley Davidson Orange

📋 copy color: '#DE3417'

red 222 ◦ green 52 ◦ blue 23

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

Shades of Harley Davidson Orange #DE3417

Tints of Harley Davidson Orange #DE3417

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.74%

R = 74.75%
G = 17.51%
B = 7.74%

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

#DE3417 (or 0xDE3417) is known color: Harley Davidson Orange. HEX triplet: DE, 34 and 17. RGB value is (222,52,23). Sum of RGB (Red+Green+Blue) = 222+52+23=297 (39% of max value = 765). Red value is 222 (87.11% from 255 or 74.75% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 23 (9.38% from 255 or 7.74% from 297); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3417 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3417 is #21CBE8. Grayscale: #636363. Windows color (decimal): -2214889 or 1520862. OLE color: 1520862.

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

Color convert

RGB 222 52 23 -
CMYK 0 0.77 0.90 0.13
HSL 8.74º 0.81% 0.48% -
HSV(B) 8.74º 0.9% 0.87% -
XYZ 31.51 18.05 2.63 -
YUV 99.52 84.82 215.36 -
System Red Green Blue C M Y K H S L
Decimal 222 52 23 0 0.77 0.90 0.13 8.74 0.81 0.48
Hex DE 34 17 0 4D 5A D 9 51 30
Octal 336 64 27 0 115 132 15 11 121 60
Binary 11011110 110100 10111 0 1001101 1011010 1101 1001 1010001 110000

Color Harmonies of #DE3417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3417

Black with #DE3417

Text Example


Text Example

White with #DE3417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3417; }

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

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

background-color css

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

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

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

border-color css

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

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

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