Html Css Color HEX #E12104 Scarlet

📋 copy color: '#E12104'

red 225 ◦ green 33 ◦ blue 4

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

Shades of Scarlet #E12104

Tints of Scarlet #E12104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 85.88%
G = 12.6%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E12104 (or 0xE12104) is known color: Scarlet. HEX triplet: E1, 21 and 04. RGB value is (225,33,4). Sum of RGB (Red+Green+Blue) = 225+33+4=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 33 (13.28% from 255 or 12.60% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E12104 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12104 is #1EDEFB. Grayscale: #575757. Windows color (decimal): -2023164 or 270817. OLE color: 270817.

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

Color convert

RGB 225 33 4 -
CMYK 0 0.85 0.98 0.12
HSL 7.87º 0.97% 0.45% -
HSV(B) 7.87º 0.98% 0.88% -
XYZ 31.62 17.1 1.75 -
YUV 87.1 81.11 226.36 -
System Red Green Blue C M Y K H S L
Decimal 225 33 4 0 0.85 0.98 0.12 7.87 0.97 0.45
Hex E1 21 4 0 55 62 C 8 61 2D
Octal 341 41 4 0 125 142 14 10 141 55
Binary 11100001 100001 100 0 1010101 1100010 1100 1000 1100001 101101

Color Harmonies of #E12104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12104

Black with #E12104

Text Example


Text Example

White with #E12104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12104; }

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

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

background-color css

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

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

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

border-color css

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

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

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