Html Css Color HEX #E12902 Scarlet

📋 copy color: '#E12902'

red 225 ◦ green 41 ◦ blue 2

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

Shades of Scarlet #E12902

Tints of Scarlet #E12902

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.3%

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

R = 83.96%
G = 15.3%
B = 0.75%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.12

RGB Variations

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

Color information

#E12902 (or 0xE12902) is known color: Scarlet. HEX triplet: E1, 29 and 02. RGB value is (225,41,2). Sum of RGB (Red+Green+Blue) = 225+41+2=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 2 (1.17% from 255 or 0.75% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E12902 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E12902 is #1ED6FD. Grayscale: #5B5B5B. Windows color (decimal): -2021118 or 141793. OLE color: 141793.

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

Color convert

RGB 225 41 2 -
CMYK 0 0.82 0.99 0.12
HSL 10.49º 0.98% 0.45% -
HSV(B) 10.49º 0.99% 0.88% -
XYZ 31.86 17.6 1.78 -
YUV 91.57 77.46 223.17 -
System Red Green Blue C M Y K H S L
Decimal 225 41 2 0 0.82 0.99 0.12 10.49 0.98 0.45
Hex E1 29 2 0 52 63 C A 62 2D
Octal 341 51 2 0 122 143 14 12 142 55
Binary 11100001 101001 10 0 1010010 1100011 1100 1010 1100010 101101

Color Harmonies of #E12902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E12902

Black with #E12902

Text Example


Text Example

White with #E12902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E12902; }

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

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

background-color css

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

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

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

border-color css

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

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

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