Html Css Color HEX #EA2115 Scarlet

📋 copy color: '#EA2115'

red 234 ◦ green 33 ◦ blue 21

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

Shades of Scarlet #EA2115

Tints of Scarlet #EA2115

RGB

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

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

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

R = 81.25%
G = 11.46%
B = 7.29%

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

#EA2115 (or 0xEA2115) is known color: Scarlet. HEX triplet: EA, 21 and 15. RGB value is (234,33,21). Sum of RGB (Red+Green+Blue) = 234+33+21=288 (38% of max value = 765). Red value is 234 (91.80% from 255 or 81.25% from 288); Green value is 33 (13.28% from 255 or 11.46% from 288); Blue value is 21 (8.59% from 255 or 7.29% from 288); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2115 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2115 is #15DEEA. Grayscale: #5B5B5B. Windows color (decimal): -1433323 or 1384938. OLE color: 1384938.

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

Color convert

RGB 234 33 21 -
CMYK 0 0.86 0.91 0.08
HSL 3.38º 0.84% 0.5% -
HSV(B) 3.38º 0.91% 0.92% -
XYZ 34.61 18.63 2.48 -
YUV 91.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 234 33 21 0 0.86 0.91 0.08 3.38 0.84 0.5
Hex EA 21 15 0 56 5B 8 3 54 32
Octal 352 41 25 0 126 133 10 3 124 62
Binary 11101010 100001 10101 0 1010110 1011011 1000 11 1010100 110010

Color Harmonies of #EA2115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2115

Black with #EA2115

Text Example


Text Example

White with #EA2115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2115; }

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

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

background-color css

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

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

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

border-color css

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

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

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