Html Css Color HEX #E3150C Scarlet

📋 copy color: '#E3150C'

red 227 ◦ green 21 ◦ blue 12

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

Shades of Scarlet #E3150C

Tints of Scarlet #E3150C

RGB

 RED value IS 227 (89.06% from 255) = 87.31%

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 87.31%
G = 8.08%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3150C (or 0xE3150C) is known color: Scarlet. HEX triplet: E3, 15 and 0C. RGB value is (227,21,12). Sum of RGB (Red+Green+Blue) = 227+21+12=260 (34% of max value = 765). Red value is 227 (89.06% from 255 or 87.31% from 260); Green value is 21 (8.59% from 255 or 8.08% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 227 - color contains mainly: red. Hex color #E3150C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #E3150C is #1CEAF3. Grayscale: #515151. Windows color (decimal): -1895156 or 792035. OLE color: 792035.

HSL color Cylindrical-coordinate representation of color #E3150C: hue angle of 2.51º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E3150C is Cyan = 0, Magento = 0.91, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 21 12 -
CMYK 0 0.91 0.95 0.11
HSL 2.51º 0.9% 0.47% -
HSV(B) 2.51º 0.95% 0.89% -
XYZ 32.01 16.89 1.92 -
YUV 81.57 88.75 231.73 -
System Red Green Blue C M Y K H S L
Decimal 227 21 12 0 0.91 0.95 0.11 2.51 0.9 0.47
Hex E3 15 C 0 5B 5F B 3 5A 2F
Octal 343 25 14 0 133 137 13 3 132 57
Binary 11100011 10101 1100 0 1011011 1011111 1011 11 1011010 101111

Color Harmonies of #E3150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3150C

Black with #E3150C

Text Example


Text Example

White with #E3150C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3150C; }

 p { color: rgb(227,21,12); }

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

background-color css

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

 a { background-color: rgb(227,21,12); }

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

border-color css

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

 span { border-color: rgb(227,21,12); }

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