Html Css Color HEX #E21C04 Scarlet

📋 copy color: '#E21C04'

red 226 ◦ green 28 ◦ blue 4

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

Shades of Scarlet #E21C04

Tints of Scarlet #E21C04

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.85%

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

R = 87.6%
G = 10.85%
B = 1.55%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.98

 K value IS 0.11

RGB Variations

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

Color information

#E21C04 (or 0xE21C04) is known color: Scarlet. HEX triplet: E2, 1C and 04. RGB value is (226,28,4). Sum of RGB (Red+Green+Blue) = 226+28+4=258 (34% of max value = 765). Red value is 226 (88.67% from 255 or 87.60% from 258); Green value is 28 (11.33% from 255 or 10.85% from 258); Blue value is 4 (1.95% from 255 or 1.55% from 258); Max value from RGB is 226 - color contains mainly: red. Hex color #E21C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E21C04 is #1DE3FB. Grayscale: #545454. Windows color (decimal): -1958908 or 269538. OLE color: 269538.

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

Color convert

RGB 226 28 4 -
CMYK 0 0.88 0.98 0.11
HSL 6.49º 0.97% 0.45% -
HSV(B) 6.49º 0.98% 0.89% -
XYZ 31.8 17.01 1.72 -
YUV 84.47 82.6 228.95 -
System Red Green Blue C M Y K H S L
Decimal 226 28 4 0 0.88 0.98 0.11 6.49 0.97 0.45
Hex E2 1C 4 0 58 62 B 6 61 2D
Octal 342 34 4 0 130 142 13 6 141 55
Binary 11100010 11100 100 0 1011000 1100010 1011 110 1100001 101101

Color Harmonies of #E21C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21C04

Black with #E21C04

Text Example


Text Example

White with #E21C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21C04; }

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

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

background-color css

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

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

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

border-color css

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

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

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