Html Css Color HEX #E31406 Scarlet

📋 copy color: '#E31406'

red 227 ◦ green 20 ◦ blue 6

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

Shades of Scarlet #E31406

Tints of Scarlet #E31406

RGB

 RED value IS 227 (89.06% from 255) = 89.72%

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

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

R = 89.72%
G = 7.91%
B = 2.37%

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

#E31406 (or 0xE31406) is known color: Scarlet. HEX triplet: E3, 14 and 06. RGB value is (227,20,6). Sum of RGB (Red+Green+Blue) = 227+20+6=253 (33% of max value = 765). Red value is 227 (89.06% from 255 or 89.72% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 6 (2.73% from 255 or 2.37% from 253); Max value from RGB is 227 - color contains mainly: red. Hex color #E31406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E31406 is #1CEBF9. Grayscale: #505050. Windows color (decimal): -1895418 or 398563. OLE color: 398563.

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

Color convert

RGB 227 20 6 -
CMYK 0 0.91 0.97 0.11
HSL 3.8º 0.95% 0.46% -
HSV(B) 3.8º 0.97% 0.89% -
XYZ 31.96 16.84 1.74 -
YUV 80.3 86.08 232.64 -
System Red Green Blue C M Y K H S L
Decimal 227 20 6 0 0.91 0.97 0.11 3.8 0.95 0.46
Hex E3 14 6 0 5B 61 B 4 5F 2E
Octal 343 24 6 0 133 141 13 4 137 56
Binary 11100011 10100 110 0 1011011 1100001 1011 100 1011111 101110

Color Harmonies of #E31406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31406

Black with #E31406

Text Example


Text Example

White with #E31406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31406; }

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

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

background-color css

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

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

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

border-color css

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

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

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