Html Css Color HEX #E02D0C Harley Davidson Orange

📋 copy color: '#E02D0C'

red 224 ◦ green 45 ◦ blue 12

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

Shades of Harley Davidson Orange #E02D0C

Tints of Harley Davidson Orange #E02D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.27%

R = 79.72%
G = 16.01%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E02D0C (or 0xE02D0C) is known color: Harley Davidson Orange. HEX triplet: E0, 2D and 0C. RGB value is (224,45,12). Sum of RGB (Red+Green+Blue) = 224+45+12=281 (37% of max value = 765). Red value is 224 (87.89% from 255 or 79.72% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 224 - color contains mainly: red. Hex color #E02D0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E02D0C is #1FD2F3. Grayscale: #5F5F5F. Windows color (decimal): -2085620 or 798176. OLE color: 798176.

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

Color convert

RGB 224 45 12 -
CMYK 0 0.80 0.95 0.12
HSL 9.34º 0.9% 0.46% -
HSV(B) 9.34º 0.95% 0.88% -
XYZ 31.75 17.75 2.1 -
YUV 94.76 81.3 220.18 -
System Red Green Blue C M Y K H S L
Decimal 224 45 12 0 0.80 0.95 0.12 9.34 0.9 0.46
Hex E0 2D C 0 50 5F C 9 5A 2E
Octal 340 55 14 0 120 137 14 11 132 56
Binary 11100000 101101 1100 0 1010000 1011111 1100 1001 1011010 101110

Color Harmonies of #E02D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E02D0C

Black with #E02D0C

Text Example


Text Example

White with #E02D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E02D0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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