Html Css Color HEX #E02D0D Harley Davidson Orange

📋 copy color: '#E02D0D'

red 224 ◦ green 45 ◦ blue 13

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

Shades of Harley Davidson Orange #E02D0D

Tints of Harley Davidson Orange #E02D0D

RGB

 RED value IS 224 (87.89% from 255) = 79.43%

 GREEN value IS 45 (17.97% from 255) = 15.96%

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

R = 79.43%
G = 15.96%
B = 4.61%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#E02D0D (or 0xE02D0D) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 0D. RGB value is (224,45,13). Sum of RGB (Red+Green+Blue) = 224+45+13=282 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.43% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 13 (5.47% from 255 or 4.61% from 282); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D0D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D0D is #1FD2F2. Grayscale: #5F5F5F. Windows color (decimal): -2085619 or 863712. OLE color: 863712.

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

Color convert

RGB 224 45 13 -
CMYK 0 0.80 0.94 0.12
HSL 9.1º 0.89% 0.46% -
HSV(B) 9.1º 0.94% 0.88% -
XYZ 31.75 17.75 2.13 -
YUV 94.87 81.8 220.1 -
System Red Green Blue C M Y K H S L
Decimal 224 45 13 0 0.80 0.94 0.12 9.1 0.89 0.46
Hex E0 2D D 0 50 5E C 9 59 2E
Octal 340 55 15 0 120 136 14 11 131 56
Binary 11100000 101101 1101 0 1010000 1011110 1100 1001 1011001 101110

Color Harmonies of #E02D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D0D

Black with #E02D0D

Text Example


Text Example

White with #E02D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D0D; }

 p { color: rgb(224,45,13); }

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

background-color css

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

 a { background-color: rgb(224,45,13); }

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

border-color css

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

 span { border-color: rgb(224,45,13); }

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