Html Css Color HEX #E12006 Scarlet

📋 copy color: '#E12006'

red 225 ◦ green 32 ◦ blue 6

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

Shades of Scarlet #E12006

Tints of Scarlet #E12006

RGB

 RED value IS 225 (88.28% from 255) = 85.55%

 GREEN value IS 32 (12.89% from 255) = 12.17%

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

R = 85.55%
G = 12.17%
B = 2.28%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E12006 (or 0xE12006) is known color: Scarlet. HEX triplet: E1, 20 and 06. RGB value is (225,32,6). Sum of RGB (Red+Green+Blue) = 225+32+6=263 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.55% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 6 (2.73% from 255 or 2.28% from 263); Max value from RGB is 225 - color contains mainly: red. Hex color #E12006 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12006 is #1EDFF9. Grayscale: #575757. Windows color (decimal): -2023418 or 401633. OLE color: 401633.

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

Color convert

RGB 225 32 6 -
CMYK 0 0.86 0.97 0.12
HSL 7.12º 0.95% 0.45% -
HSV(B) 7.12º 0.97% 0.88% -
XYZ 31.6 17.05 1.8 -
YUV 86.74 82.44 226.61 -
System Red Green Blue C M Y K H S L
Decimal 225 32 6 0 0.86 0.97 0.12 7.12 0.95 0.45
Hex E1 20 6 0 56 61 C 7 5F 2D
Octal 341 40 6 0 126 141 14 7 137 55
Binary 11100001 100000 110 0 1010110 1100001 1100 111 1011111 101101

Color Harmonies of #E12006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12006

Black with #E12006

Text Example


Text Example

White with #E12006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12006; }

 p { color: rgb(225,32,6); }

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

background-color css

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

 a { background-color: rgb(225,32,6); }

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

border-color css

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

 span { border-color: rgb(225,32,6); }

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