Html Css Color HEX #E12003 Scarlet

📋 copy color: '#E12003'

red 225 ◦ green 32 ◦ blue 3

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

Shades of Scarlet #E12003

Tints of Scarlet #E12003

RGB

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

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

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

R = 86.54%
G = 12.31%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E12003 (or 0xE12003) is known color: Scarlet. HEX triplet: E1, 20 and 03. RGB value is (225,32,3). Sum of RGB (Red+Green+Blue) = 225+32+3=260 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.54% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 225 - color contains mainly: red. Hex color #E12003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12003 is #1EDFFC. Grayscale: #565656. Windows color (decimal): -2023421 or 205025. OLE color: 205025.

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

Color convert

RGB 225 32 3 -
CMYK 0 0.86 0.99 0.12
HSL 7.84º 0.97% 0.45% -
HSV(B) 7.84º 0.99% 0.88% -
XYZ 31.58 17.05 1.71 -
YUV 86.4 80.94 226.86 -
System Red Green Blue C M Y K H S L
Decimal 225 32 3 0 0.86 0.99 0.12 7.84 0.97 0.45
Hex E1 20 3 0 56 63 C 8 61 2D
Octal 341 40 3 0 126 143 14 10 141 55
Binary 11100001 100000 11 0 1010110 1100011 1100 1000 1100001 101101

Color Harmonies of #E12003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12003

Black with #E12003

Text Example


Text Example

White with #E12003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12003; }

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

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

background-color css

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

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

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

border-color css

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

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

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