Html Css Color HEX #E0320C Harley Davidson Orange

📋 copy color: '#E0320C'

red 224 ◦ green 50 ◦ blue 12

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

Shades of Harley Davidson Orange #E0320C

Tints of Harley Davidson Orange #E0320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 17.48%

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

R = 78.32%
G = 17.48%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E0320C (or 0xE0320C) is known color: Harley Davidson Orange. HEX triplet: E0, 32 and 0C. RGB value is (224,50,12). Sum of RGB (Red+Green+Blue) = 224+50+12=286 (37% of max value = 765). Red value is 224 (87.89% from 255 or 78.32% from 286); Green value is 50 (19.92% from 255 or 17.48% from 286); Blue value is 12 (5.08% from 255 or 4.20% from 286); Max value from RGB is 224 - color contains mainly: red. Hex color #E0320C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E0320C is #1FCDF3. Grayscale: #626262. Windows color (decimal): -2084340 or 799456. OLE color: 799456.

HSL color Cylindrical-coordinate representation of color #E0320C: hue angle of 10.75º 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 #E0320C is Cyan = 0, Magento = 0.78, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 50 12 -
CMYK 0 0.78 0.95 0.12
HSL 10.75º 0.9% 0.46% -
HSV(B) 10.75º 0.95% 0.88% -
XYZ 31.95 18.16 2.17 -
YUV 97.69 79.65 218.09 -
System Red Green Blue C M Y K H S L
Decimal 224 50 12 0 0.78 0.95 0.12 10.75 0.9 0.46
Hex E0 32 C 0 4E 5F C B 5A 2E
Octal 340 62 14 0 116 137 14 13 132 56
Binary 11100000 110010 1100 0 1001110 1011111 1100 1011 1011010 101110

Color Harmonies of #E0320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0320C

Black with #E0320C

Text Example


Text Example

White with #E0320C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0320C; }

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

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

background-color css

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

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

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

border-color css

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

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

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