Html Css Color HEX #DE1510 Harley Davidson Orange

📋 copy color: '#DE1510'

red 222 ◦ green 21 ◦ blue 16

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

Shades of Harley Davidson Orange #DE1510

Tints of Harley Davidson Orange #DE1510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.18%

R = 85.71%
G = 8.11%
B = 6.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#DE1510 (or 0xDE1510) is known color: Harley Davidson Orange. HEX triplet: DE, 15 and 10. RGB value is (222,21,16). Sum of RGB (Red+Green+Blue) = 222+21+16=259 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.71% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 16 (6.64% from 255 or 6.18% from 259); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1510 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1510 is #21EAEF. Grayscale: #505050. Windows color (decimal): -2222832 or 1054174. OLE color: 1054174.

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

Color convert

RGB 222 21 16 -
CMYK 0 0.91 0.93 0.13
HSL 1.46º 0.87% 0.47% -
HSV(B) 1.46º 0.93% 0.87% -
XYZ 30.49 16.1 1.99 -
YUV 80.53 91.59 228.91 -
System Red Green Blue C M Y K H S L
Decimal 222 21 16 0 0.91 0.93 0.13 1.46 0.87 0.47
Hex DE 15 10 0 5B 5D D 1 57 2F
Octal 336 25 20 0 133 135 15 1 127 57
Binary 11011110 10101 10000 0 1011011 1011101 1101 1 1010111 101111

Color Harmonies of #DE1510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1510

Black with #DE1510

Text Example


Text Example

White with #DE1510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1510; }

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

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

background-color css

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

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

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

border-color css

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

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

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