Html Css Color HEX #E31F0C Scarlet

📋 copy color: '#E31F0C'

red 227 ◦ green 31 ◦ blue 12

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

Shades of Scarlet #E31F0C

Tints of Scarlet #E31F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.48%

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

R = 84.07%
G = 11.48%
B = 4.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E31F0C (or 0xE31F0C) is known color: Scarlet. HEX triplet: E3, 1F and 0C. RGB value is (227,31,12). Sum of RGB (Red+Green+Blue) = 227+31+12=270 (35% of max value = 765). Red value is 227 (89.06% from 255 or 84.07% from 270); Green value is 31 (12.5% from 255 or 11.48% from 270); Blue value is 12 (5.08% from 255 or 4.44% from 270); Max value from RGB is 227 - color contains mainly: red. Hex color #E31F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E31F0C is #1CE0F3. Grayscale: #575757. Windows color (decimal): -1892596 or 794595. OLE color: 794595.

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

Color convert

RGB 227 31 12 -
CMYK 0 0.86 0.95 0.11
HSL 5.3º 0.9% 0.47% -
HSV(B) 5.3º 0.95% 0.89% -
XYZ 32.23 17.34 2 -
YUV 87.44 85.43 227.54 -
System Red Green Blue C M Y K H S L
Decimal 227 31 12 0 0.86 0.95 0.11 5.3 0.9 0.47
Hex E3 1F C 0 56 5F B 5 5A 2F
Octal 343 37 14 0 126 137 13 5 132 57
Binary 11100011 11111 1100 0 1010110 1011111 1011 101 1011010 101111

Color Harmonies of #E31F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31F0C

Black with #E31F0C

Text Example


Text Example

White with #E31F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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