Html Css Color HEX #DE2517 Harley Davidson Orange

📋 copy color: '#DE2517'

red 222 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #DE2517

Tints of Harley Davidson Orange #DE2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.12%

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

R = 78.72%
G = 13.12%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DE2517 (or 0xDE2517) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 17. RGB value is (222,37,23). Sum of RGB (Red+Green+Blue) = 222+37+23=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 23 (9.38% from 255 or 8.16% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2517 is #21DAE8. Grayscale: #5A5A5A. Windows color (decimal): -2218729 or 1517022. OLE color: 1517022.

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

Color convert

RGB 222 37 23 -
CMYK 0 0.83 0.90 0.13
HSL 4.22º 0.81% 0.48% -
HSV(B) 4.22º 0.9% 0.87% -
XYZ 30.94 16.91 2.44 -
YUV 90.72 89.79 221.64 -
System Red Green Blue C M Y K H S L
Decimal 222 37 23 0 0.83 0.90 0.13 4.22 0.81 0.48
Hex DE 25 17 0 53 5A D 4 51 30
Octal 336 45 27 0 123 132 15 4 121 60
Binary 11011110 100101 10111 0 1010011 1011010 1101 100 1010001 110000

Color Harmonies of #DE2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2517

Black with #DE2517

Text Example


Text Example

White with #DE2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2517; }

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

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

background-color css

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

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

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

border-color css

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

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

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