Html Css Color HEX #E1200B Scarlet

📋 copy color: '#E1200B'

red 225 ◦ green 32 ◦ blue 11

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

Shades of Scarlet #E1200B

Tints of Scarlet #E1200B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.1%

R = 83.96%
G = 11.94%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#E1200B (or 0xE1200B) is known color: Scarlet. HEX triplet: E1, 20 and 0B. RGB value is (225,32,11). Sum of RGB (Red+Green+Blue) = 225+32+11=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 32 (12.89% from 255 or 11.94% from 268); Blue value is 11 (4.69% from 255 or 4.10% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E1200B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E1200B is #1EDFF4. Grayscale: #575757. Windows color (decimal): -2023413 or 729313. OLE color: 729313.

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

Color convert

RGB 225 32 11 -
CMYK 0 0.86 0.95 0.12
HSL 5.89º 0.91% 0.46% -
HSV(B) 5.89º 0.95% 0.88% -
XYZ 31.63 17.06 1.94 -
YUV 87.31 84.94 226.21 -
System Red Green Blue C M Y K H S L
Decimal 225 32 11 0 0.86 0.95 0.12 5.89 0.91 0.46
Hex E1 20 B 0 56 5F C 6 5B 2E
Octal 341 40 13 0 126 137 14 6 133 56
Binary 11100001 100000 1011 0 1010110 1011111 1100 110 1011011 101110

Color Harmonies of #E1200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1200B

Black with #E1200B

Text Example


Text Example

White with #E1200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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