Html Css Color HEX #E21800 Scarlet

📋 copy color: '#E21800'

red 226 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #E21800

Tints of Scarlet #E21800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.6%

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

R = 90.4%
G = 9.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E21800 (or 0xE21800) is known color: Scarlet. HEX triplet: E2, 18 and 00. RGB value is (226,24,0). Sum of RGB (Red+Green+Blue) = 226+24+0=250 (33% of max value = 765). Red value is 226 (88.67% from 255 or 90.4% from 250); Green value is 24 (9.77% from 255 or 9.6% from 250); Blue value is 0 (0.39% from 255 or 0% from 250); Max value from RGB is 226 - color contains mainly: red. Hex color #E21800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21800 is #1DE7FF. Grayscale: #515151. Windows color (decimal): -1959936 or 6370. OLE color: 6370.

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

Color convert

RGB 226 24 0 -
CMYK 0 0.89 1 0.11
HSL 6.37º 1% 0.44% -
HSV(B) 6.37º 1% 0.89% -
XYZ 31.69 16.82 1.58 -
YUV 81.66 81.92 230.95 -
System Red Green Blue C M Y K H S L
Decimal 226 24 0 0 0.89 1 0.11 6.37 1 0.44
Hex E2 18 0 0 59 64 B 6 64 2C
Octal 342 30 0 0 131 144 13 6 144 54
Binary 11100010 11000 0 0 1011001 1100100 1011 110 1100100 101100

Color Harmonies of #E21800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21800

Black with #E21800

Text Example


Text Example

White with #E21800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21800; }

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

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

background-color css

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

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

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

border-color css

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

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

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