Html Css Color HEX #E21406 Scarlet

📋 copy color: '#E21406'

red 226 ◦ green 20 ◦ blue 6

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

Shades of Scarlet #E21406

Tints of Scarlet #E21406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.38%

R = 89.68%
G = 7.94%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.11

RGB Variations

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

Color information

#E21406 (or 0xE21406) is known color: Scarlet. HEX triplet: E2, 14 and 06. RGB value is (226,20,6). Sum of RGB (Red+Green+Blue) = 226+20+6=252 (33% of max value = 765). Red value is 226 (88.67% from 255 or 89.68% from 252); Green value is 20 (8.20% from 255 or 7.94% from 252); Blue value is 6 (2.73% from 255 or 2.38% from 252); Max value from RGB is 226 - color contains mainly: red. Hex color #E21406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E21406 is #1DEBF9. Grayscale: #505050. Windows color (decimal): -1960954 or 398562. OLE color: 398562.

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

Color convert

RGB 226 20 6 -
CMYK 0 0.91 0.97 0.11
HSL 3.82º 0.95% 0.45% -
HSV(B) 3.82º 0.97% 0.89% -
XYZ 31.65 16.68 1.72 -
YUV 80 86.25 232.14 -
System Red Green Blue C M Y K H S L
Decimal 226 20 6 0 0.91 0.97 0.11 3.82 0.95 0.45
Hex E2 14 6 0 5B 61 B 4 5F 2D
Octal 342 24 6 0 133 141 13 4 137 55
Binary 11100010 10100 110 0 1011011 1100001 1011 100 1011111 101101

Color Harmonies of #E21406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E21406

Black with #E21406

Text Example


Text Example

White with #E21406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E21406; }

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

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

background-color css

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

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

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

border-color css

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

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

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