Html Css Color HEX #DE2115 Harley Davidson Orange

📋 copy color: '#DE2115'

red 222 ◦ green 33 ◦ blue 21

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

Shades of Harley Davidson Orange #DE2115

Tints of Harley Davidson Orange #DE2115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 80.43%
G = 11.96%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE2115 (or 0xDE2115) is known color: Harley Davidson Orange. HEX triplet: DE, 21 and 15. RGB value is (222,33,21). Sum of RGB (Red+Green+Blue) = 222+33+21=276 (36% of max value = 765). Red value is 222 (87.11% from 255 or 80.43% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 21 (8.59% from 255 or 7.61% from 276); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2115 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2115 is #21DEEA. Grayscale: #585858. Windows color (decimal): -2219755 or 1384926. OLE color: 1384926.

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

Color convert

RGB 222 33 21 -
CMYK 0 0.85 0.91 0.13
HSL 3.58º 0.83% 0.48% -
HSV(B) 3.58º 0.91% 0.87% -
XYZ 30.8 16.67 2.3 -
YUV 88.14 90.12 223.48 -
System Red Green Blue C M Y K H S L
Decimal 222 33 21 0 0.85 0.91 0.13 3.58 0.83 0.48
Hex DE 21 15 0 55 5B D 4 53 30
Octal 336 41 25 0 125 133 15 4 123 60
Binary 11011110 100001 10101 0 1010101 1011011 1101 100 1010011 110000

Color Harmonies of #DE2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2115

Black with #DE2115

Text Example


Text Example

White with #DE2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2115; }

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

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

background-color css

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

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

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

border-color css

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

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

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