Html Css Color HEX #EA3310 Scarlet

📋 copy color: '#EA3310'

red 234 ◦ green 51 ◦ blue 16

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

Shades of Scarlet #EA3310

Tints of Scarlet #EA3310

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.32%

R = 77.74%
G = 16.94%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA3310 (or 0xEA3310) is known color: Scarlet. HEX triplet: EA, 33 and 10. RGB value is (234,51,16). Sum of RGB (Red+Green+Blue) = 234+51+16=301 (39% of max value = 765). Red value is 234 (91.80% from 255 or 77.74% from 301); Green value is 51 (20.31% from 255 or 16.94% from 301); Blue value is 16 (6.64% from 255 or 5.32% from 301); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3310 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3310 is #15CCEF. Grayscale: #666666. Windows color (decimal): -1428720 or 1061866. OLE color: 1061866.

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

Color convert

RGB 234 51 16 -
CMYK 0 0.78 0.93 0.08
HSL 9.63º 0.87% 0.49% -
HSV(B) 9.63º 0.93% 0.92% -
XYZ 35.21 19.9 2.48 -
YUV 101.73 79.63 222.35 -
System Red Green Blue C M Y K H S L
Decimal 234 51 16 0 0.78 0.93 0.08 9.63 0.87 0.49
Hex EA 33 10 0 4E 5D 8 A 57 31
Octal 352 63 20 0 116 135 10 12 127 61
Binary 11101010 110011 10000 0 1001110 1011101 1000 1010 1010111 110001

Color Harmonies of #EA3310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3310

Black with #EA3310

Text Example


Text Example

White with #EA3310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3310; }

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

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

background-color css

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

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

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

border-color css

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

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

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