Html Css Color HEX #E12505 Scarlet

📋 copy color: '#E12505'

red 225 ◦ green 37 ◦ blue 5

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

Shades of Scarlet #E12505

Tints of Scarlet #E12505

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.86%

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

R = 84.27%
G = 13.86%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.12

RGB Variations

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

Color information

#E12505 (or 0xE12505) is known color: Scarlet. HEX triplet: E1, 25 and 05. RGB value is (225,37,5). Sum of RGB (Red+Green+Blue) = 225+37+5=267 (35% of max value = 765). Red value is 225 (88.28% from 255 or 84.27% from 267); Green value is 37 (14.84% from 255 or 13.86% from 267); Blue value is 5 (2.34% from 255 or 1.87% from 267); Max value from RGB is 225 - color contains mainly: red. Hex color #E12505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12505 is #1EDAFA. Grayscale: #595959. Windows color (decimal): -2022139 or 337377. OLE color: 337377.

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

Color convert

RGB 225 37 5 -
CMYK 0 0.84 0.98 0.12
HSL 8.73º 0.96% 0.45% -
HSV(B) 8.73º 0.98% 0.88% -
XYZ 31.74 17.34 1.82 -
YUV 89.56 80.28 224.6 -
System Red Green Blue C M Y K H S L
Decimal 225 37 5 0 0.84 0.98 0.12 8.73 0.96 0.45
Hex E1 25 5 0 54 62 C 9 60 2D
Octal 341 45 5 0 124 142 14 11 140 55
Binary 11100001 100101 101 0 1010100 1100010 1100 1001 1100000 101101

Color Harmonies of #E12505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12505

Black with #E12505

Text Example


Text Example

White with #E12505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12505; }

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

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

background-color css

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

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

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

border-color css

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

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

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