Html Css Color HEX #EA3116 Scarlet

📋 copy color: '#EA3116'

red 234 ◦ green 49 ◦ blue 22

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

Shades of Scarlet #EA3116

Tints of Scarlet #EA3116

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.07%

 BLUE value IS 22 (8.98% from 255) = 7.21%

R = 76.72%
G = 16.07%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA3116 (or 0xEA3116) is known color: Scarlet. HEX triplet: EA, 31 and 16. RGB value is (234,49,22). Sum of RGB (Red+Green+Blue) = 234+49+22=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 22 (8.98% from 255 or 7.21% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3116 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3116 is #15CEE9. Grayscale: #656565. Windows color (decimal): -1429226 or 1454570. OLE color: 1454570.

HSL color Cylindrical-coordinate representation of color #EA3116: hue angle of 7.64º degrees, saturation: 0.83, 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 #EA3116 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 49 22 -
CMYK 0 0.79 0.91 0.08
HSL 7.64º 0.83% 0.5% -
HSV(B) 7.64º 0.91% 0.92% -
XYZ 35.17 19.75 2.72 -
YUV 101.24 83.29 222.7 -
System Red Green Blue C M Y K H S L
Decimal 234 49 22 0 0.79 0.91 0.08 7.64 0.83 0.5
Hex EA 31 16 0 4F 5B 8 8 53 32
Octal 352 61 26 0 117 133 10 10 123 62
Binary 11101010 110001 10110 0 1001111 1011011 1000 1000 1010011 110010

Color Harmonies of #EA3116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3116

Black with #EA3116

Text Example


Text Example

White with #EA3116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3116; }

 p { color: rgb(234,49,22); }

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

background-color css

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

 a { background-color: rgb(234,49,22); }

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

border-color css

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

 span { border-color: rgb(234,49,22); }

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