Html Css Color HEX #DE1A0D Harley Davidson Orange

📋 copy color: '#DE1A0D'

red 222 ◦ green 26 ◦ blue 13

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

Shades of Harley Davidson Orange #DE1A0D

Tints of Harley Davidson Orange #DE1A0D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.96%

 BLUE value IS 13 (5.47% from 255) = 4.98%

R = 85.06%
G = 9.96%
B = 4.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.13

RGB Variations

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

Color information

#DE1A0D (or 0xDE1A0D) is known color: Harley Davidson Orange. HEX triplet: DE, 1A and 0D. RGB value is (222,26,13). Sum of RGB (Red+Green+Blue) = 222+26+13=261 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.06% from 261); Green value is 26 (10.55% from 255 or 9.96% from 261); Blue value is 13 (5.47% from 255 or 4.98% from 261); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1A0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE1A0D is #21E5F2. Grayscale: #535353. Windows color (decimal): -2221555 or 858846. OLE color: 858846.

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

Color convert

RGB 222 26 13 -
CMYK 0 0.88 0.94 0.13
HSL 3.73º 0.89% 0.46% -
HSV(B) 3.73º 0.94% 0.87% -
XYZ 30.57 16.3 1.92 -
YUV 83.12 88.43 227.06 -
System Red Green Blue C M Y K H S L
Decimal 222 26 13 0 0.88 0.94 0.13 3.73 0.89 0.46
Hex DE 1A D 0 58 5E D 4 59 2E
Octal 336 32 15 0 130 136 15 4 131 56
Binary 11011110 11010 1101 0 1011000 1011110 1101 100 1011001 101110

Color Harmonies of #DE1A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1A0D

Black with #DE1A0D

Text Example


Text Example

White with #DE1A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1A0D; }

 p { color: rgb(222,26,13); }

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

background-color css

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

 a { background-color: rgb(222,26,13); }

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

border-color css

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

 span { border-color: rgb(222,26,13); }

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