Html Css Color HEX #DE1E1C Harley Davidson Orange

📋 copy color: '#DE1E1C'

red 222 ◦ green 30 ◦ blue 28

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

Shades of Harley Davidson Orange #DE1E1C

Tints of Harley Davidson Orange #DE1E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 79.29%
G = 10.71%
B = 10%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE1E1C (or 0xDE1E1C) is known color: Harley Davidson Orange. HEX triplet: DE, 1E and 1C. RGB value is (222,30,28). Sum of RGB (Red+Green+Blue) = 222+30+28=280 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.29% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1E1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE1E1C is #21E1E3. Grayscale: #575757. Windows color (decimal): -2220516 or 1842910. OLE color: 1842910.

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

Color convert

RGB 222 30 28 -
CMYK 0 0.86 0.87 0.13
HSL 0.62º 0.78% 0.49% -
HSV(B) 0.62º 0.87% 0.87% -
XYZ 30.8 16.54 2.67 -
YUV 87.18 94.61 224.16 -
System Red Green Blue C M Y K H S L
Decimal 222 30 28 0 0.86 0.87 0.13 0.62 0.78 0.49
Hex DE 1E 1C 0 56 57 D 1 4E 31
Octal 336 36 34 0 126 127 15 1 116 61
Binary 11011110 11110 11100 0 1010110 1010111 1101 1 1001110 110001

Color Harmonies of #DE1E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1E1C

Black with #DE1E1C

Text Example


Text Example

White with #DE1E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1E1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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