Html Css Color HEX #DE2117 Harley Davidson Orange

📋 copy color: '#DE2117'

red 222 ◦ green 33 ◦ blue 23

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

Shades of Harley Davidson Orange #DE2117

Tints of Harley Davidson Orange #DE2117

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

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

R = 79.86%
G = 11.87%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE2117 (or 0xDE2117) is known color: Harley Davidson Orange. HEX triplet: DE, 21 and 17. RGB value is (222,33,23). Sum of RGB (Red+Green+Blue) = 222+33+23=278 (36% of max value = 765). Red value is 222 (87.11% from 255 or 79.86% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 23 (9.38% from 255 or 8.27% from 278); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2117 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2117 is #21DEE8. Grayscale: #585858. Windows color (decimal): -2219753 or 1515998. OLE color: 1515998.

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

Color convert

RGB 222 33 23 -
CMYK 0 0.85 0.90 0.13
HSL 3.02º 0.81% 0.48% -
HSV(B) 3.02º 0.9% 0.87% -
XYZ 30.82 16.68 2.41 -
YUV 88.37 91.12 223.31 -
System Red Green Blue C M Y K H S L
Decimal 222 33 23 0 0.85 0.90 0.13 3.02 0.81 0.48
Hex DE 21 17 0 55 5A D 3 51 30
Octal 336 41 27 0 125 132 15 3 121 60
Binary 11011110 100001 10111 0 1010101 1011010 1101 11 1010001 110000

Color Harmonies of #DE2117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2117

Black with #DE2117

Text Example


Text Example

White with #DE2117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2117; }

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

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

background-color css

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

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

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

border-color css

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

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

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