Html Css Color HEX #DE2917 Harley Davidson Orange

📋 copy color: '#DE2917'

red 222 ◦ green 41 ◦ blue 23

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

Shades of Harley Davidson Orange #DE2917

Tints of Harley Davidson Orange #DE2917

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.34%

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

R = 77.62%
G = 14.34%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE2917 (or 0xDE2917) is known color: Harley Davidson Orange. HEX triplet: DE, 29 and 17. RGB value is (222,41,23). Sum of RGB (Red+Green+Blue) = 222+41+23=286 (37% of max value = 765). Red value is 222 (87.11% from 255 or 77.62% from 286); Green value is 41 (16.41% from 255 or 14.34% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2917 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2917 is #21D6E8. Grayscale: #5D5D5D. Windows color (decimal): -2217705 or 1518046. OLE color: 1518046.

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

Color convert

RGB 222 41 23 -
CMYK 0 0.82 0.90 0.13
HSL 5.43º 0.81% 0.48% -
HSV(B) 5.43º 0.9% 0.87% -
XYZ 31.07 17.18 2.49 -
YUV 93.07 88.47 219.96 -
System Red Green Blue C M Y K H S L
Decimal 222 41 23 0 0.82 0.90 0.13 5.43 0.81 0.48
Hex DE 29 17 0 52 5A D 5 51 30
Octal 336 51 27 0 122 132 15 5 121 60
Binary 11011110 101001 10111 0 1010010 1011010 1101 101 1010001 110000

Color Harmonies of #DE2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2917

Black with #DE2917

Text Example


Text Example

White with #DE2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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