Html Css Color HEX #DE2516 Harley Davidson Orange

📋 copy color: '#DE2516'

red 222 ◦ green 37 ◦ blue 22

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

Shades of Harley Davidson Orange #DE2516

Tints of Harley Davidson Orange #DE2516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 7.83%

R = 79%
G = 13.17%
B = 7.83%

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

#DE2516 (or 0xDE2516) is known color: Harley Davidson Orange. HEX triplet: DE, 25 and 16. RGB value is (222,37,22). Sum of RGB (Red+Green+Blue) = 222+37+22=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 37 (14.84% from 255 or 13.17% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2516 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2516 is #21DAE9. Grayscale: #5A5A5A. Windows color (decimal): -2218730 or 1451486. OLE color: 1451486.

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

Color convert

RGB 222 37 22 -
CMYK 0 0.83 0.90 0.13
HSL 4.5º 0.82% 0.48% -
HSV(B) 4.5º 0.9% 0.87% -
XYZ 30.93 16.91 2.39 -
YUV 90.61 89.29 221.72 -
System Red Green Blue C M Y K H S L
Decimal 222 37 22 0 0.83 0.90 0.13 4.5 0.82 0.48
Hex DE 25 16 0 53 5A D 4 52 30
Octal 336 45 26 0 123 132 15 4 122 60
Binary 11011110 100101 10110 0 1010011 1011010 1101 100 1010010 110000

Color Harmonies of #DE2516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2516

Black with #DE2516

Text Example


Text Example

White with #DE2516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2516; }

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

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

background-color css

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

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

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

border-color css

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

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

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