Html Css Color HEX #DE3117 Harley Davidson Orange

📋 copy color: '#DE3117'

red 222 ◦ green 49 ◦ blue 23

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

Shades of Harley Davidson Orange #DE3117

Tints of Harley Davidson Orange #DE3117

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.67%

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

R = 75.51%
G = 16.67%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE3117 (or 0xDE3117) is known color: Harley Davidson Orange. HEX triplet: DE, 31 and 17. RGB value is (222,49,23). Sum of RGB (Red+Green+Blue) = 222+49+23=294 (38% of max value = 765). Red value is 222 (87.11% from 255 or 75.51% from 294); Green value is 49 (19.53% from 255 or 16.67% from 294); Blue value is 23 (9.38% from 255 or 7.82% from 294); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE3117 is #21CEE8. Grayscale: #626262. Windows color (decimal): -2215657 or 1520094. OLE color: 1520094.

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

Color convert

RGB 222 49 23 -
CMYK 0 0.78 0.90 0.13
HSL 7.84º 0.81% 0.48% -
HSV(B) 7.84º 0.9% 0.87% -
XYZ 31.38 17.79 2.59 -
YUV 97.76 85.81 216.61 -
System Red Green Blue C M Y K H S L
Decimal 222 49 23 0 0.78 0.90 0.13 7.84 0.81 0.48
Hex DE 31 17 0 4E 5A D 8 51 30
Octal 336 61 27 0 116 132 15 10 121 60
Binary 11011110 110001 10111 0 1001110 1011010 1101 1000 1010001 110000

Color Harmonies of #DE3117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3117

Black with #DE3117

Text Example


Text Example

White with #DE3117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3117; }

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

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

background-color css

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

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

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

border-color css

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

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

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