Html Css Color HEX #E21404 Scarlet

📋 copy color: '#E21404'

red 226 ◦ green 20 ◦ blue 4

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

Shades of Scarlet #E21404

Tints of Scarlet #E21404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.6%

R = 90.4%
G = 8%
B = 1.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E21404 (or 0xE21404) is known color: Scarlet. HEX triplet: E2, 14 and 04. RGB value is (226,20,4). Sum of RGB (Red+Green+Blue) = 226+20+4=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 4 (1.95% from 255 or 1.6% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E21404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21404 is #1DEBFB. Grayscale: #505050. Windows color (decimal): -1960956 or 267490. OLE color: 267490.

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

Color convert

RGB 226 20 4 -
CMYK 0 0.91 0.98 0.11
HSL 4.32º 0.97% 0.45% -
HSV(B) 4.32º 0.98% 0.89% -
XYZ 31.64 16.68 1.67 -
YUV 79.77 85.25 232.3 -
System Red Green Blue C M Y K H S L
Decimal 226 20 4 0 0.91 0.98 0.11 4.32 0.97 0.45
Hex E2 14 4 0 5B 62 B 4 61 2D
Octal 342 24 4 0 133 142 13 4 141 55
Binary 11100010 10100 100 0 1011011 1100010 1011 100 1100001 101101

Color Harmonies of #E21404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21404

Black with #E21404

Text Example


Text Example

White with #E21404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21404; }

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

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

background-color css

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

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

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

border-color css

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

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

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