Html Css Color HEX #EA2114 Scarlet

📋 copy color: '#EA2114'

red 234 ◦ green 33 ◦ blue 20

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

Shades of Scarlet #EA2114

Tints of Scarlet #EA2114

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 81.53%
G = 11.5%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA2114 (or 0xEA2114) is known color: Scarlet. HEX triplet: EA, 21 and 14. RGB value is (234,33,20). Sum of RGB (Red+Green+Blue) = 234+33+20=287 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.53% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2114 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2114 is #15DEEB. Grayscale: #5B5B5B. Windows color (decimal): -1433324 or 1319402. OLE color: 1319402.

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

Color convert

RGB 234 33 20 -
CMYK 0 0.86 0.91 0.08
HSL 3.64º 0.84% 0.5% -
HSV(B) 3.64º 0.91% 0.92% -
XYZ 34.6 18.63 2.43 -
YUV 91.62 87.59 229.56 -
System Red Green Blue C M Y K H S L
Decimal 234 33 20 0 0.86 0.91 0.08 3.64 0.84 0.5
Hex EA 21 14 0 56 5B 8 4 54 32
Octal 352 41 24 0 126 133 10 4 124 62
Binary 11101010 100001 10100 0 1010110 1011011 1000 100 1010100 110010

Color Harmonies of #EA2114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2114

Black with #EA2114

Text Example


Text Example

White with #EA2114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2114; }

 p { color: rgb(234,33,20); }

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

background-color css

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

 a { background-color: rgb(234,33,20); }

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

border-color css

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

 span { border-color: rgb(234,33,20); }

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