Html Css Color HEX #E12407 Scarlet

📋 copy color: '#E12407'

red 225 ◦ green 36 ◦ blue 7

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

Shades of Scarlet #E12407

Tints of Scarlet #E12407

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.61%

R = 83.96%
G = 13.43%
B = 2.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.12

RGB Variations

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

Color information

#E12407 (or 0xE12407) is known color: Scarlet. HEX triplet: E1, 24 and 07. RGB value is (225,36,7). Sum of RGB (Red+Green+Blue) = 225+36+7=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 36 (14.45% from 255 or 13.43% from 268); Blue value is 7 (3.12% from 255 or 2.61% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E12407 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12407 is #1EDBF8. Grayscale: #595959. Windows color (decimal): -2022393 or 468193. OLE color: 468193.

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

Color convert

RGB 225 36 7 -
CMYK 0 0.84 0.97 0.12
HSL 7.98º 0.94% 0.45% -
HSV(B) 7.98º 0.97% 0.88% -
XYZ 31.72 17.28 1.87 -
YUV 89.21 81.62 224.86 -
System Red Green Blue C M Y K H S L
Decimal 225 36 7 0 0.84 0.97 0.12 7.98 0.94 0.45
Hex E1 24 7 0 54 61 C 8 5E 2D
Octal 341 44 7 0 124 141 14 10 136 55
Binary 11100001 100100 111 0 1010100 1100001 1100 1000 1011110 101101

Color Harmonies of #E12407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12407

Black with #E12407

Text Example


Text Example

White with #E12407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12407; }

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

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

background-color css

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

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

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

border-color css

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

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

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