Html Css Color HEX #DE1914 Harley Davidson Orange

📋 copy color: '#DE1914'

red 222 ◦ green 25 ◦ blue 20

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

Shades of Harley Davidson Orange #DE1914

Tints of Harley Davidson Orange #DE1914

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.36%

 BLUE value IS 20 (8.2% from 255) = 7.49%

R = 83.15%
G = 9.36%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE1914 (or 0xDE1914) is known color: Harley Davidson Orange. HEX triplet: DE, 19 and 14. RGB value is (222,25,20). Sum of RGB (Red+Green+Blue) = 222+25+20=267 (35% of max value = 765). Red value is 222 (87.11% from 255 or 83.15% from 267); Green value is 25 (10.16% from 255 or 9.36% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #DE1914 is #21E6EB. Grayscale: #535353. Windows color (decimal): -2221804 or 1317342. OLE color: 1317342.

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

Color convert

RGB 222 25 20 -
CMYK 0 0.89 0.91 0.13
HSL 1.49º 0.83% 0.47% -
HSV(B) 1.49º 0.91% 0.87% -
XYZ 30.6 16.28 2.19 -
YUV 83.33 92.27 226.91 -
System Red Green Blue C M Y K H S L
Decimal 222 25 20 0 0.89 0.91 0.13 1.49 0.83 0.47
Hex DE 19 14 0 59 5B D 1 53 2F
Octal 336 31 24 0 131 133 15 1 123 57
Binary 11011110 11001 10100 0 1011001 1011011 1101 1 1010011 101111

Color Harmonies of #DE1914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1914

Black with #DE1914

Text Example


Text Example

White with #DE1914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1914; }

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

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

background-color css

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

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

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

border-color css

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

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

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