Html Css Color HEX #E12502 Scarlet

📋 copy color: '#E12502'

red 225 ◦ green 37 ◦ blue 2

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

Shades of Scarlet #E12502

Tints of Scarlet #E12502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.76%

R = 85.23%
G = 14.02%
B = 0.76%

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

#E12502 (or 0xE12502) is known color: Scarlet. HEX triplet: E1, 25 and 02. RGB value is (225,37,2). Sum of RGB (Red+Green+Blue) = 225+37+2=264 (34% of max value = 765). Red value is 225 (88.28% from 255 or 85.23% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 2 (1.17% from 255 or 0.76% from 264); Max value from RGB is 225 - color contains mainly: red. Hex color #E12502 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12502 is #1EDAFD. Grayscale: #595959. Windows color (decimal): -2022142 or 140769. OLE color: 140769.

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

Color convert

RGB 225 37 2 -
CMYK 0 0.84 0.99 0.12
HSL 9.42º 0.98% 0.45% -
HSV(B) 9.42º 0.99% 0.88% -
XYZ 31.72 17.34 1.73 -
YUV 89.22 78.78 224.85 -
System Red Green Blue C M Y K H S L
Decimal 225 37 2 0 0.84 0.99 0.12 9.42 0.98 0.45
Hex E1 25 2 0 54 63 C 9 62 2D
Octal 341 45 2 0 124 143 14 11 142 55
Binary 11100001 100101 10 0 1010100 1100011 1100 1001 1100010 101101

Color Harmonies of #E12502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12502

Black with #E12502

Text Example


Text Example

White with #E12502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12502; }

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

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

background-color css

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

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

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

border-color css

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

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

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