Html Css Color HEX #E12102 Scarlet

📋 copy color: '#E12102'

red 225 ◦ green 33 ◦ blue 2

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

Shades of Scarlet #E12102

Tints of Scarlet #E12102

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.69%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 86.54%
G = 12.69%
B = 0.77%

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

#E12102 (or 0xE12102) is known color: Scarlet. HEX triplet: E1, 21 and 02. RGB value is (225,33,2). Sum of RGB (Red+Green+Blue) = 225+33+2=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 33 (13.28% from 255 or 12.69% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E12102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12102 is #1EDEFD. Grayscale: #575757. Windows color (decimal): -2023166 or 139745. OLE color: 139745.

HSL color Cylindrical-coordinate representation of color #E12102: hue angle of 8.34º degrees, saturation: 0.98, 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 #E12102 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 33 2 -
CMYK 0 0.85 0.99 0.12
HSL 8.34º 0.98% 0.45% -
HSV(B) 8.34º 0.99% 0.88% -
XYZ 31.61 17.1 1.69 -
YUV 86.87 80.11 226.52 -
System Red Green Blue C M Y K H S L
Decimal 225 33 2 0 0.85 0.99 0.12 8.34 0.98 0.45
Hex E1 21 2 0 55 63 C 8 62 2D
Octal 341 41 2 0 125 143 14 10 142 55
Binary 11100001 100001 10 0 1010101 1100011 1100 1000 1100010 101101

Color Harmonies of #E12102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12102

Black with #E12102

Text Example


Text Example

White with #E12102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12102; }

 p { color: rgb(225,33,2); }

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

background-color css

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

 a { background-color: rgb(225,33,2); }

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

border-color css

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

 span { border-color: rgb(225,33,2); }

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