Html Css Color HEX #E21413 Scarlet

📋 copy color: '#E21413'

red 226 ◦ green 20 ◦ blue 19

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

Shades of Scarlet #E21413

Tints of Scarlet #E21413

RGB

 RED value IS 226 (88.67% from 255) = 85.28%

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

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

R = 85.28%
G = 7.55%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E21413 (or 0xE21413) is known color: Scarlet. HEX triplet: E2, 14 and 13. RGB value is (226,20,19). Sum of RGB (Red+Green+Blue) = 226+20+19=265 (35% of max value = 765). Red value is 226 (88.67% from 255 or 85.28% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 226 - color contains mainly: red. Hex color #E21413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21413 is #1DEBEC. Grayscale: #515151. Windows color (decimal): -1960941 or 1250530. OLE color: 1250530.

HSL color Cylindrical-coordinate representation of color #E21413: hue angle of 0.29º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #E21413 is Cyan = 0, Magento = 0.91, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 20 19 -
CMYK 0 0.91 0.92 0.11
HSL 0.29º 0.84% 0.48% -
HSV(B) 0.29º 0.92% 0.89% -
XYZ 31.73 16.72 2.17 -
YUV 81.48 92.75 231.08 -
System Red Green Blue C M Y K H S L
Decimal 226 20 19 0 0.91 0.92 0.11 0.29 0.84 0.48
Hex E2 14 13 0 5B 5C B 0 54 30
Octal 342 24 23 0 133 134 13 0 124 60
Binary 11100010 10100 10011 0 1011011 1011100 1011 0 1010100 110000

Color Harmonies of #E21413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21413

Black with #E21413

Text Example


Text Example

White with #E21413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21413; }

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

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

background-color css

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

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

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

border-color css

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

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

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