Html Css Color HEX #DE2219 Harley Davidson Orange

📋 copy color: '#DE2219'

red 222 ◦ green 34 ◦ blue 25

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

Shades of Harley Davidson Orange #DE2219

Tints of Harley Davidson Orange #DE2219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.1%

 BLUE value IS 25 (10.16% from 255) = 8.9%

R = 79%
G = 12.1%
B = 8.9%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DE2219 (or 0xDE2219) is known color: Harley Davidson Orange. HEX triplet: DE, 22 and 19. RGB value is (222,34,25). Sum of RGB (Red+Green+Blue) = 222+34+25=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 25 (10.16% from 255 or 8.90% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2219 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2219 is #21DDE6. Grayscale: #595959. Windows color (decimal): -2219495 or 1647326. OLE color: 1647326.

HSL color Cylindrical-coordinate representation of color #DE2219: hue angle of 2.74º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DE2219 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 34 25 -
CMYK 0 0.85 0.89 0.13
HSL 2.74º 0.8% 0.48% -
HSV(B) 2.74º 0.89% 0.87% -
XYZ 30.87 16.74 2.52 -
YUV 89.19 91.78 222.73 -
System Red Green Blue C M Y K H S L
Decimal 222 34 25 0 0.85 0.89 0.13 2.74 0.8 0.48
Hex DE 22 19 0 55 59 D 3 50 30
Octal 336 42 31 0 125 131 15 3 120 60
Binary 11011110 100010 11001 0 1010101 1011001 1101 11 1010000 110000

Color Harmonies of #DE2219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2219

Black with #DE2219

Text Example


Text Example

White with #DE2219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2219; }

 p { color: rgb(222,34,25); }

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

background-color css

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

 a { background-color: rgb(222,34,25); }

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

border-color css

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

 span { border-color: rgb(222,34,25); }

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