Html Css Color HEX #E21500 Scarlet

📋 copy color: '#E21500'

red 226 ◦ green 21 ◦ blue 0

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

Shades of Scarlet #E21500

Tints of Scarlet #E21500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 91.5%
G = 8.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E21500 (or 0xE21500) is known color: Scarlet. HEX triplet: E2, 15 and 00. RGB value is (226,21,0). Sum of RGB (Red+Green+Blue) = 226+21+0=247 (32% of max value = 765). Red value is 226 (88.67% from 255 or 91.50% from 247); Green value is 21 (8.59% from 255 or 8.50% from 247); Blue value is 0 (0.39% from 255 or 0% from 247); Max value from RGB is 226 - color contains mainly: red. Hex color #E21500 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21500 is #1DEAFF. Grayscale: #505050. Windows color (decimal): -1960704 or 5602. OLE color: 5602.

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

Color convert

RGB 226 21 0 -
CMYK 0 0.91 1 0.11
HSL 5.58º 1% 0.44% -
HSV(B) 5.58º 1% 0.89% -
XYZ 31.63 16.71 1.56 -
YUV 79.9 82.92 232.21 -
System Red Green Blue C M Y K H S L
Decimal 226 21 0 0 0.91 1 0.11 5.58 1 0.44
Hex E2 15 0 0 5B 64 B 6 64 2C
Octal 342 25 0 0 133 144 13 6 144 54
Binary 11100010 10101 0 0 1011011 1100100 1011 110 1100100 101100

Color Harmonies of #E21500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21500

Black with #E21500

Text Example


Text Example

White with #E21500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21500; }

 p { color: rgb(226,21,0); }

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

background-color css

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

 a { background-color: rgb(226,21,0); }

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

border-color css

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

 span { border-color: rgb(226,21,0); }

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