Html Css Color HEX #DE2813 Harley Davidson Orange

📋 copy color: '#DE2813'

red 222 ◦ green 40 ◦ blue 19

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

Shades of Harley Davidson Orange #DE2813

Tints of Harley Davidson Orange #DE2813

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.23%

 BLUE value IS 19 (7.81% from 255) = 6.76%

R = 79%
G = 14.23%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DE2813 (or 0xDE2813) is known color: Harley Davidson Orange. HEX triplet: DE, 28 and 13. RGB value is (222,40,19). Sum of RGB (Red+Green+Blue) = 222+40+19=281 (37% of max value = 765). Red value is 222 (87.11% from 255 or 79.00% from 281); Green value is 40 (16.02% from 255 or 14.23% from 281); Blue value is 19 (7.81% from 255 or 6.76% from 281); Max value from RGB is 222 - color contains mainly: red. Hex color #DE2813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DE2813 is #21D7EC. Grayscale: #5C5C5C. Windows color (decimal): -2217965 or 1255646. OLE color: 1255646.

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

Color convert

RGB 222 40 19 -
CMYK 0 0.82 0.91 0.13
HSL 6.21º 0.84% 0.47% -
HSV(B) 6.21º 0.91% 0.87% -
XYZ 31 17.09 2.28 -
YUV 92.02 86.8 220.71 -
System Red Green Blue C M Y K H S L
Decimal 222 40 19 0 0.82 0.91 0.13 6.21 0.84 0.47
Hex DE 28 13 0 52 5B D 6 54 2F
Octal 336 50 23 0 122 133 15 6 124 57
Binary 11011110 101000 10011 0 1010010 1011011 1101 110 1010100 101111

Color Harmonies of #DE2813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE2813

Black with #DE2813

Text Example


Text Example

White with #DE2813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE2813; }

 p { color: rgb(222,40,19); }

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

background-color css

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

 a { background-color: rgb(222,40,19); }

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

border-color css

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

 span { border-color: rgb(222,40,19); }

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