Html Css Color HEX #DE1E14 Harley Davidson Orange

📋 copy color: '#DE1E14'

red 222 ◦ green 30 ◦ blue 20

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

Shades of Harley Davidson Orange #DE1E14

Tints of Harley Davidson Orange #DE1E14

RGB

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

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

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

R = 81.62%
G = 11.03%
B = 7.35%

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

#DE1E14 (or 0xDE1E14) is known color: Harley Davidson Orange. HEX triplet: DE, 1E and 14. RGB value is (222,30,20). Sum of RGB (Red+Green+Blue) = 222+30+20=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 20 (8.20% from 255 or 7.35% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E14 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1E14 is #21E1EB. Grayscale: #565656. Windows color (decimal): -2220524 or 1318622. OLE color: 1318622.

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

Color convert

RGB 222 30 20 -
CMYK 0 0.86 0.91 0.13
HSL 2.97º 0.83% 0.47% -
HSV(B) 2.97º 0.91% 0.87% -
XYZ 30.71 16.51 2.23 -
YUV 86.27 90.61 224.81 -
System Red Green Blue C M Y K H S L
Decimal 222 30 20 0 0.86 0.91 0.13 2.97 0.83 0.47
Hex DE 1E 14 0 56 5B D 3 53 2F
Octal 336 36 24 0 126 133 15 3 123 57
Binary 11011110 11110 10100 0 1010110 1011011 1101 11 1010011 101111

Color Harmonies of #DE1E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E14

Black with #DE1E14

Text Example


Text Example

White with #DE1E14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E14; }

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

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

background-color css

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

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

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

border-color css

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

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

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