Html Css Color HEX #EA2916 Scarlet

📋 copy color: '#EA2916'

red 234 ◦ green 41 ◦ blue 22

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

Shades of Scarlet #EA2916

Tints of Scarlet #EA2916

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.8%

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

R = 78.79%
G = 13.8%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA2916 (or 0xEA2916) is known color: Scarlet. HEX triplet: EA, 29 and 16. RGB value is (234,41,22). Sum of RGB (Red+Green+Blue) = 234+41+22=297 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.79% from 297); Green value is 41 (16.41% from 255 or 13.80% from 297); Blue value is 22 (8.98% from 255 or 7.41% from 297); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2916 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2916 is #15D6E9. Grayscale: #606060. Windows color (decimal): -1431274 or 1452522. OLE color: 1452522.

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

Color convert

RGB 234 41 22 -
CMYK 0 0.82 0.91 0.08
HSL 5.38º 0.83% 0.5% -
HSV(B) 5.38º 0.91% 0.92% -
XYZ 34.87 19.14 2.61 -
YUV 96.54 85.94 226.04 -
System Red Green Blue C M Y K H S L
Decimal 234 41 22 0 0.82 0.91 0.08 5.38 0.83 0.5
Hex EA 29 16 0 52 5B 8 5 53 32
Octal 352 51 26 0 122 133 10 5 123 62
Binary 11101010 101001 10110 0 1010010 1011011 1000 101 1010011 110010

Color Harmonies of #EA2916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2916

Black with #EA2916

Text Example


Text Example

White with #EA2916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2916; }

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

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

background-color css

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

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

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

border-color css

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

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

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