Html Css Color HEX #EA3313 Scarlet

📋 copy color: '#EA3313'

red 234 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #EA3313

Tints of Scarlet #EA3313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.25%

R = 76.97%
G = 16.78%
B = 6.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA3313 (or 0xEA3313) is known color: Scarlet. HEX triplet: EA, 33 and 13. RGB value is (234,51,19). Sum of RGB (Red+Green+Blue) = 234+51+19=304 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.97% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 19 (7.81% from 255 or 6.25% from 304); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3313 is #15CCEC. Grayscale: #666666. Windows color (decimal): -1428717 or 1258474. OLE color: 1258474.

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

Color convert

RGB 234 51 19 -
CMYK 0 0.78 0.92 0.08
HSL 8.93º 0.85% 0.5% -
HSV(B) 8.93º 0.92% 0.92% -
XYZ 35.23 19.91 2.6 -
YUV 102.07 81.13 222.1 -
System Red Green Blue C M Y K H S L
Decimal 234 51 19 0 0.78 0.92 0.08 8.93 0.85 0.5
Hex EA 33 13 0 4E 5C 8 9 55 32
Octal 352 63 23 0 116 134 10 11 125 62
Binary 11101010 110011 10011 0 1001110 1011100 1000 1001 1010101 110010

Color Harmonies of #EA3313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3313

Black with #EA3313

Text Example


Text Example

White with #EA3313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3313; }

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

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

background-color css

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

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

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

border-color css

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

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

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