Html Css Color HEX #E12403 Scarlet

📋 copy color: '#E12403'

red 225 ◦ green 36 ◦ blue 3

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

Shades of Scarlet #E12403

Tints of Scarlet #E12403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.64%

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

R = 85.23%
G = 13.64%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E12403 (or 0xE12403) is known color: Scarlet. HEX triplet: E1, 24 and 03. RGB value is (225,36,3). Sum of RGB (Red+Green+Blue) = 225+36+3=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 3 (1.56% from 255 or 1.14% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E12403 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12403 is #1EDBFC. Grayscale: #595959. Windows color (decimal): -2022397 or 206049. OLE color: 206049.

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

Color convert

RGB 225 36 3 -
CMYK 0 0.84 0.99 0.12
HSL 8.92º 0.97% 0.45% -
HSV(B) 8.92º 0.99% 0.88% -
XYZ 31.7 17.28 1.75 -
YUV 88.75 79.62 225.18 -
System Red Green Blue C M Y K H S L
Decimal 225 36 3 0 0.84 0.99 0.12 8.92 0.97 0.45
Hex E1 24 3 0 54 63 C 9 61 2D
Octal 341 44 3 0 124 143 14 11 141 55
Binary 11100001 100100 11 0 1010100 1100011 1100 1001 1100001 101101

Color Harmonies of #E12403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12403

Black with #E12403

Text Example


Text Example

White with #E12403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12403; }

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

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

background-color css

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

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

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

border-color css

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

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

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