Html Css Color HEX #E21E04 Scarlet

📋 copy color: '#E21E04'

red 226 ◦ green 30 ◦ blue 4

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

Shades of Scarlet #E21E04

Tints of Scarlet #E21E04

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.54%

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

R = 86.92%
G = 11.54%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E21E04 (or 0xE21E04) is known color: Scarlet. HEX triplet: E2, 1E and 04. RGB value is (226,30,4). Sum of RGB (Red+Green+Blue) = 226+30+4=260 (34% of max value = 765). Red value is 226 (88.67% from 255 or 86.92% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 226 - color contains mainly: red. Hex color #E21E04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21E04 is #1DE1FB. Grayscale: #555555. Windows color (decimal): -1958396 or 270050. OLE color: 270050.

HSL color Cylindrical-coordinate representation of color #E21E04: hue angle of 7.03º 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 #E21E04 is Cyan = 0, Magento = 0.87, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 30 4 -
CMYK 0 0.87 0.98 0.11
HSL 7.03º 0.97% 0.45% -
HSV(B) 7.03º 0.98% 0.89% -
XYZ 31.85 17.11 1.74 -
YUV 85.64 81.93 228.11 -
System Red Green Blue C M Y K H S L
Decimal 226 30 4 0 0.87 0.98 0.11 7.03 0.97 0.45
Hex E2 1E 4 0 57 62 B 7 61 2D
Octal 342 36 4 0 127 142 13 7 141 55
Binary 11100010 11110 100 0 1010111 1100010 1011 111 1100001 101101

Color Harmonies of #E21E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21E04

Black with #E21E04

Text Example


Text Example

White with #E21E04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21E04; }

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

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

background-color css

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

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

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

border-color css

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

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

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