Html Css Color HEX #EA3315 Harley Davidson Orange

📋 copy color: '#EA3315'

red 234 ◦ green 51 ◦ blue 21

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

Shades of Harley Davidson Orange #EA3315

Tints of Harley Davidson Orange #EA3315

RGB

 RED value IS 234 (91.8% from 255) = 76.47%

 GREEN value IS 51 (20.31% from 255) = 16.67%

 BLUE value IS 21 (8.59% from 255) = 6.86%

R = 76.47%
G = 16.67%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA3315 (or 0xEA3315) is known color: Harley Davidson Orange. HEX triplet: EA, 33 and 15. RGB value is (234,51,21). Sum of RGB (Red+Green+Blue) = 234+51+21=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 51 (20.31% from 255 or 16.67% from 306); Blue value is 21 (8.59% from 255 or 6.86% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3315 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3315 is #15CCEA. Grayscale: #666666. Windows color (decimal): -1428715 or 1389546. OLE color: 1389546.

HSL color Cylindrical-coordinate representation of color #EA3315: hue angle of 8.45º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #EA3315 is Cyan = 0, Magento = 0.78, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 51 21 -
CMYK 0 0.78 0.91 0.08
HSL 8.45º 0.84% 0.5% -
HSV(B) 8.45º 0.91% 0.92% -
XYZ 35.25 19.91 2.7 -
YUV 102.3 82.13 221.94 -
System Red Green Blue C M Y K H S L
Decimal 234 51 21 0 0.78 0.91 0.08 8.45 0.84 0.5
Hex EA 33 15 0 4E 5B 8 8 54 32
Octal 352 63 25 0 116 133 10 10 124 62
Binary 11101010 110011 10101 0 1001110 1011011 1000 1000 1010100 110010

Color Harmonies of #EA3315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3315

Black with #EA3315

Text Example


Text Example

White with #EA3315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3315; }

 p { color: rgb(234,51,21); }

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

background-color css

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

 a { background-color: rgb(234,51,21); }

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

border-color css

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

 span { border-color: rgb(234,51,21); }

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