Html Css Color HEX #E12203 Scarlet

📋 copy color: '#E12203'

red 225 ◦ green 34 ◦ blue 3

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

Shades of Scarlet #E12203

Tints of Scarlet #E12203

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.98%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 85.88%
G = 12.98%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E12203 (or 0xE12203) is known color: Scarlet. HEX triplet: E1, 22 and 03. RGB value is (225,34,3). Sum of RGB (Red+Green+Blue) = 225+34+3=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E12203 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12203 is #1EDDFC. Grayscale: #575757. Windows color (decimal): -2022909 or 205537. OLE color: 205537.

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

Color convert

RGB 225 34 3 -
CMYK 0 0.85 0.99 0.12
HSL 8.38º 0.97% 0.45% -
HSV(B) 8.38º 0.99% 0.88% -
XYZ 31.64 17.16 1.73 -
YUV 87.58 80.28 226.02 -
System Red Green Blue C M Y K H S L
Decimal 225 34 3 0 0.85 0.99 0.12 8.38 0.97 0.45
Hex E1 22 3 0 55 63 C 8 61 2D
Octal 341 42 3 0 125 143 14 10 141 55
Binary 11100001 100010 11 0 1010101 1100011 1100 1000 1100001 101101

Color Harmonies of #E12203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12203

Black with #E12203

Text Example


Text Example

White with #E12203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12203; }

 p { color: rgb(225,34,3); }

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

background-color css

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

 a { background-color: rgb(225,34,3); }

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

border-color css

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

 span { border-color: rgb(225,34,3); }

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