Html Css Color HEX #E02D12 Harley Davidson Orange

📋 copy color: '#E02D12'

red 224 ◦ green 45 ◦ blue 18

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

Shades of Harley Davidson Orange #E02D12

Tints of Harley Davidson Orange #E02D12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.27%

R = 78.05%
G = 15.68%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#E02D12 (or 0xE02D12) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 12. RGB value is (224,45,18). Sum of RGB (Red+Green+Blue) = 224+45+18=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 45 (17.97% from 255 or 15.68% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D12 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D12 is #1FD2ED. Grayscale: #5F5F5F. Windows color (decimal): -2085614 or 1191392. OLE color: 1191392.

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

Color convert

RGB 224 45 18 -
CMYK 0 0.80 0.92 0.12
HSL 7.86º 0.85% 0.47% -
HSV(B) 7.86º 0.92% 0.88% -
XYZ 31.79 17.77 2.33 -
YUV 95.44 84.3 219.7 -
System Red Green Blue C M Y K H S L
Decimal 224 45 18 0 0.80 0.92 0.12 7.86 0.85 0.47
Hex E0 2D 12 0 50 5C C 8 55 2F
Octal 340 55 22 0 120 134 14 10 125 57
Binary 11100000 101101 10010 0 1010000 1011100 1100 1000 1010101 101111

Color Harmonies of #E02D12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D12

Black with #E02D12

Text Example


Text Example

White with #E02D12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D12; }

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

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

background-color css

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

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

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

border-color css

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

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

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