Html Css Color HEX #EA1413 Scarlet

📋 copy color: '#EA1413'

red 234 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #EA1413

Tints of Scarlet #EA1413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.33%

 BLUE value IS 19 (7.81% from 255) = 6.96%

R = 85.71%
G = 7.33%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA1413 (or 0xEA1413) is known color: Scarlet. HEX triplet: EA, 14 and 13. RGB value is (234,20,19). Sum of RGB (Red+Green+Blue) = 234+20+19=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 20 (8.20% from 255 or 7.33% from 273); Blue value is 19 (7.81% from 255 or 6.96% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1413 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1413 is #15EBEC. Grayscale: #545454. Windows color (decimal): -1436653 or 1250538. OLE color: 1250538.

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

Color convert

RGB 234 20 19 -
CMYK 0 0.91 0.92 0.08
HSL 0.28º 0.85% 0.5% -
HSV(B) 0.28º 0.92% 0.92% -
XYZ 34.3 18.04 2.29 -
YUV 83.87 91.4 235.08 -
System Red Green Blue C M Y K H S L
Decimal 234 20 19 0 0.91 0.92 0.08 0.28 0.85 0.5
Hex EA 14 13 0 5B 5C 8 0 55 32
Octal 352 24 23 0 133 134 10 0 125 62
Binary 11101010 10100 10011 0 1011011 1011100 1000 0 1010101 110010

Color Harmonies of #EA1413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1413

Black with #EA1413

Text Example


Text Example

White with #EA1413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1413; }

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

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

background-color css

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

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

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

border-color css

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

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

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