Html Css Color HEX #E3210C Scarlet

📋 copy color: '#E3210C'

red 227 ◦ green 33 ◦ blue 12

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

Shades of Scarlet #E3210C

Tints of Scarlet #E3210C

RGB

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

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

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

R = 83.46%
G = 12.13%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E3210C (or 0xE3210C) is known color: Scarlet. HEX triplet: E3, 21 and 0C. RGB value is (227,33,12). Sum of RGB (Red+Green+Blue) = 227+33+12=272 (36% of max value = 765). Red value is 227 (89.06% from 255 or 83.46% from 272); Green value is 33 (13.28% from 255 or 12.13% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 227 - color contains mainly: red. Hex color #E3210C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E3210C is #1CDEF3. Grayscale: #585858. Windows color (decimal): -1892084 or 795107. OLE color: 795107.

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

Color convert

RGB 227 33 12 -
CMYK 0 0.85 0.95 0.11
HSL 5.86º 0.9% 0.47% -
HSV(B) 5.86º 0.95% 0.89% -
XYZ 32.29 17.45 2.01 -
YUV 88.61 84.77 226.71 -
System Red Green Blue C M Y K H S L
Decimal 227 33 12 0 0.85 0.95 0.11 5.86 0.9 0.47
Hex E3 21 C 0 55 5F B 6 5A 2F
Octal 343 41 14 0 125 137 13 6 132 57
Binary 11100011 100001 1100 0 1010101 1011111 1011 110 1011010 101111

Color Harmonies of #E3210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3210C

Black with #E3210C

Text Example


Text Example

White with #E3210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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