Html Css Color HEX #E12002 Scarlet

📋 copy color: '#E12002'

red 225 ◦ green 32 ◦ blue 2

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

Shades of Scarlet #E12002

Tints of Scarlet #E12002

RGB

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

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

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

R = 86.87%
G = 12.36%
B = 0.77%

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

#E12002 (or 0xE12002) is known color: Scarlet. HEX triplet: E1, 20 and 02. RGB value is (225,32,2). Sum of RGB (Red+Green+Blue) = 225+32+2=259 (34% of max value = 765). Red value is 225 (88.28% from 255 or 86.87% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 2 (1.17% from 255 or 0.77% from 259); Max value from RGB is 225 - color contains mainly: red. Hex color #E12002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12002 is #1EDFFD. Grayscale: #565656. Windows color (decimal): -2023422 or 139489. OLE color: 139489.

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

Color convert

RGB 225 32 2 -
CMYK 0 0.86 0.99 0.12
HSL 8.07º 0.98% 0.45% -
HSV(B) 8.07º 0.99% 0.88% -
XYZ 31.58 17.04 1.68 -
YUV 86.29 80.44 226.94 -
System Red Green Blue C M Y K H S L
Decimal 225 32 2 0 0.86 0.99 0.12 8.07 0.98 0.45
Hex E1 20 2 0 56 63 C 8 62 2D
Octal 341 40 2 0 126 143 14 10 142 55
Binary 11100001 100000 10 0 1010110 1100011 1100 1000 1100010 101101

Color Harmonies of #E12002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12002

Black with #E12002

Text Example


Text Example

White with #E12002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12002; }

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

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

background-color css

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

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

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

border-color css

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

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

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