Html Css Color HEX #DE1E15 Harley Davidson Orange

📋 copy color: '#DE1E15'

red 222 ◦ green 30 ◦ blue 21

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

Shades of Harley Davidson Orange #DE1E15

Tints of Harley Davidson Orange #DE1E15

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.99%

 BLUE value IS 21 (8.59% from 255) = 7.69%

R = 81.32%
G = 10.99%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE1E15 (or 0xDE1E15) is known color: Harley Davidson Orange. HEX triplet: DE, 1E and 15. RGB value is (222,30,21). Sum of RGB (Red+Green+Blue) = 222+30+21=273 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.32% from 273); Green value is 30 (12.11% from 255 or 10.99% from 273); Blue value is 21 (8.59% from 255 or 7.69% from 273); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E15 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1E15 is #21E1EA. Grayscale: #565656. Windows color (decimal): -2220523 or 1384158. OLE color: 1384158.

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

Color convert

RGB 222 30 21 -
CMYK 0 0.86 0.91 0.13
HSL 2.69º 0.83% 0.48% -
HSV(B) 2.69º 0.91% 0.87% -
XYZ 30.72 16.51 2.28 -
YUV 86.38 91.11 224.73 -
System Red Green Blue C M Y K H S L
Decimal 222 30 21 0 0.86 0.91 0.13 2.69 0.83 0.48
Hex DE 1E 15 0 56 5B D 3 53 30
Octal 336 36 25 0 126 133 15 3 123 60
Binary 11011110 11110 10101 0 1010110 1011011 1101 11 1010011 110000

Color Harmonies of #DE1E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E15

Black with #DE1E15

Text Example


Text Example

White with #DE1E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E15; }

 p { color: rgb(222,30,21); }

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

background-color css

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

 a { background-color: rgb(222,30,21); }

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

border-color css

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

 span { border-color: rgb(222,30,21); }

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