Html Css Color HEX #E3210E Scarlet

📋 copy color: '#E3210E'

red 227 ◦ green 33 ◦ blue 14

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

Shades of Scarlet #E3210E

Tints of Scarlet #E3210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.04%

 BLUE value IS 14 (5.86% from 255) = 5.11%

R = 82.85%
G = 12.04%
B = 5.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#E3210E (or 0xE3210E) is known color: Scarlet. HEX triplet: E3, 21 and 0E. RGB value is (227,33,14). Sum of RGB (Red+Green+Blue) = 227+33+14=274 (36% of max value = 765). Red value is 227 (89.06% from 255 or 82.85% from 274); Green value is 33 (13.28% from 255 or 12.04% from 274); Blue value is 14 (5.86% from 255 or 5.11% from 274); Max value from RGB is 227 - color contains mainly: red. Hex color #E3210E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3210E is #1CDEF1. Grayscale: #595959. Windows color (decimal): -1892082 or 926179. OLE color: 926179.

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

Color convert

RGB 227 33 14 -
CMYK 0 0.85 0.94 0.11
HSL 5.35º 0.88% 0.47% -
HSV(B) 5.35º 0.94% 0.89% -
XYZ 32.3 17.45 2.08 -
YUV 88.84 85.77 226.54 -
System Red Green Blue C M Y K H S L
Decimal 227 33 14 0 0.85 0.94 0.11 5.35 0.88 0.47
Hex E3 21 E 0 55 5E B 5 58 2F
Octal 343 41 16 0 125 136 13 5 130 57
Binary 11100011 100001 1110 0 1010101 1011110 1011 101 1011000 101111

Color Harmonies of #E3210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3210E

Black with #E3210E

Text Example


Text Example

White with #E3210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3210E; }

 p { color: rgb(227,33,14); }

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

background-color css

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

 a { background-color: rgb(227,33,14); }

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

border-color css

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

 span { border-color: rgb(227,33,14); }

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