Html Css Color HEX #E12005 Scarlet

📋 copy color: '#E12005'

red 225 ◦ green 32 ◦ blue 5

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

Shades of Scarlet #E12005

Tints of Scarlet #E12005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.91%

R = 85.88%
G = 12.21%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E12005 (or 0xE12005) is known color: Scarlet. HEX triplet: E1, 20 and 05. RGB value is (225,32,5). Sum of RGB (Red+Green+Blue) = 225+32+5=262 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.88% from 262); Green value is 32 (12.89% from 255 or 12.21% from 262); Blue value is 5 (2.34% from 255 or 1.91% from 262); Max value from RGB is 225 - color contains mainly: red. Hex color #E12005 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12005 is #1EDFFA. Grayscale: #565656. Windows color (decimal): -2023419 or 336097. OLE color: 336097.

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

Color convert

RGB 225 32 5 -
CMYK 0 0.86 0.98 0.12
HSL 7.36º 0.96% 0.45% -
HSV(B) 7.36º 0.98% 0.88% -
XYZ 31.6 17.05 1.77 -
YUV 86.63 81.94 226.7 -
System Red Green Blue C M Y K H S L
Decimal 225 32 5 0 0.86 0.98 0.12 7.36 0.96 0.45
Hex E1 20 5 0 56 62 C 7 60 2D
Octal 341 40 5 0 126 142 14 7 140 55
Binary 11100001 100000 101 0 1010110 1100010 1100 111 1100000 101101

Color Harmonies of #E12005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12005

Black with #E12005

Text Example


Text Example

White with #E12005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12005; }

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

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

background-color css

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

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

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

border-color css

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

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

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