Html Css Color HEX #E1150A Scarlet

📋 copy color: '#E1150A'

red 225 ◦ green 21 ◦ blue 10

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

Shades of Scarlet #E1150A

Tints of Scarlet #E1150A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.2%

 BLUE value IS 10 (4.3% from 255) = 3.91%

R = 87.89%
G = 8.2%
B = 3.91%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.12

RGB Variations

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

Color information

#E1150A (or 0xE1150A) is known color: Scarlet. HEX triplet: E1, 15 and 0A. RGB value is (225,21,10). Sum of RGB (Red+Green+Blue) = 225+21+10=256 (33% of max value = 765). Red value is 225 (88.28% from 255 or 87.89% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 225 - color contains mainly: red. Hex color #E1150A is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E1150A is #1EEAF5. Grayscale: #505050. Windows color (decimal): -2026230 or 660961. OLE color: 660961.

HSL color Cylindrical-coordinate representation of color #E1150A: hue angle of 3.07º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #E1150A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 21 10 -
CMYK 0 0.91 0.96 0.12
HSL 3.07º 0.91% 0.46% -
HSV(B) 3.07º 0.96% 0.88% -
XYZ 31.37 16.57 1.83 -
YUV 80.74 88.09 230.89 -
System Red Green Blue C M Y K H S L
Decimal 225 21 10 0 0.91 0.96 0.12 3.07 0.91 0.46
Hex E1 15 A 0 5B 60 C 3 5B 2E
Octal 341 25 12 0 133 140 14 3 133 56
Binary 11100001 10101 1010 0 1011011 1100000 1100 11 1011011 101110

Color Harmonies of #E1150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1150A

Black with #E1150A

Text Example


Text Example

White with #E1150A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1150A; }

 p { color: rgb(225,21,10); }

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

background-color css

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

 a { background-color: rgb(225,21,10); }

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

border-color css

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

 span { border-color: rgb(225,21,10); }

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