Html Css Color HEX #DE1511 Harley Davidson Orange

📋 copy color: '#DE1511'

red 222 ◦ green 21 ◦ blue 17

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

Shades of Harley Davidson Orange #DE1511

Tints of Harley Davidson Orange #DE1511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.08%

 BLUE value IS 17 (7.03% from 255) = 6.54%

R = 85.38%
G = 8.08%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DE1511 (or 0xDE1511) is known color: Harley Davidson Orange. HEX triplet: DE, 15 and 11. RGB value is (222,21,17). Sum of RGB (Red+Green+Blue) = 222+21+17=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 17 (7.03% from 255 or 6.54% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1511 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1511 is #21EAEE. Grayscale: #505050. Windows color (decimal): -2222831 or 1119710. OLE color: 1119710.

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

Color convert

RGB 222 21 17 -
CMYK 0 0.91 0.92 0.13
HSL 1.17º 0.86% 0.47% -
HSV(B) 1.17º 0.92% 0.87% -
XYZ 30.49 16.11 2.03 -
YUV 80.64 92.09 228.83 -
System Red Green Blue C M Y K H S L
Decimal 222 21 17 0 0.91 0.92 0.13 1.17 0.86 0.47
Hex DE 15 11 0 5B 5C D 1 56 2F
Octal 336 25 21 0 133 134 15 1 126 57
Binary 11011110 10101 10001 0 1011011 1011100 1101 1 1010110 101111

Color Harmonies of #DE1511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1511

Black with #DE1511

Text Example


Text Example

White with #DE1511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1511; }

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

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

background-color css

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

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

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

border-color css

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

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

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