Html Css Color HEX #EA2917 Scarlet

📋 copy color: '#EA2917'

red 234 ◦ green 41 ◦ blue 23

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

Shades of Scarlet #EA2917

Tints of Scarlet #EA2917

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 7.72%

R = 78.52%
G = 13.76%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA2917 (or 0xEA2917) is known color: Scarlet. HEX triplet: EA, 29 and 17. RGB value is (234,41,23). Sum of RGB (Red+Green+Blue) = 234+41+23=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 41 (16.41% from 255 or 13.76% from 298); Blue value is 23 (9.38% from 255 or 7.72% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2917 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2917 is #15D6E8. Grayscale: #606060. Windows color (decimal): -1431273 or 1518058. OLE color: 1518058.

HSL color Cylindrical-coordinate representation of color #EA2917: hue angle of 5.12º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA2917 is Cyan = 0, Magento = 0.82, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 41 23 -
CMYK 0 0.82 0.90 0.08
HSL 5.12º 0.83% 0.5% -
HSV(B) 5.12º 0.9% 0.92% -
XYZ 34.88 19.14 2.67 -
YUV 96.66 86.44 225.96 -
System Red Green Blue C M Y K H S L
Decimal 234 41 23 0 0.82 0.90 0.08 5.12 0.83 0.5
Hex EA 29 17 0 52 5A 8 5 53 32
Octal 352 51 27 0 122 132 10 5 123 62
Binary 11101010 101001 10111 0 1010010 1011010 1000 101 1010011 110010

Color Harmonies of #EA2917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2917

Black with #EA2917

Text Example


Text Example

White with #EA2917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2917; }

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

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

background-color css

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

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

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

border-color css

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

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

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