Html Css Color HEX #E4220C Scarlet

📋 copy color: '#E4220C'

red 228 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #E4220C

Tints of Scarlet #E4220C

RGB

 RED value IS 228 (89.45% from 255) = 83.21%

 GREEN value IS 34 (13.67% from 255) = 12.41%

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

R = 83.21%
G = 12.41%
B = 4.38%

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

#E4220C (or 0xE4220C) is known color: Scarlet. HEX triplet: E4, 22 and 0C. RGB value is (228,34,12). Sum of RGB (Red+Green+Blue) = 228+34+12=274 (36% of max value = 765). Red value is 228 (89.45% from 255 or 83.21% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 12 (5.08% from 255 or 4.38% from 274); Max value from RGB is 228 - color contains mainly: red. Hex color #E4220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4220C is #1BDDF3. Grayscale: #595959. Windows color (decimal): -1826292 or 795364. OLE color: 795364.

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

Color convert

RGB 228 34 12 -
CMYK 0 0.85 0.95 0.11
HSL 6.11º 0.9% 0.47% -
HSV(B) 6.11º 0.95% 0.89% -
XYZ 32.63 17.66 2.04 -
YUV 89.5 84.27 226.79 -
System Red Green Blue C M Y K H S L
Decimal 228 34 12 0 0.85 0.95 0.11 6.11 0.9 0.47
Hex E4 22 C 0 55 5F B 6 5A 2F
Octal 344 42 14 0 125 137 13 6 132 57
Binary 11100100 100010 1100 0 1010101 1011111 1011 110 1011010 101111

Color Harmonies of #E4220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4220C

Black with #E4220C

Text Example


Text Example

White with #E4220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4220C; }

 p { color: rgb(228,34,12); }

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

background-color css

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

 a { background-color: rgb(228,34,12); }

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

border-color css

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

 span { border-color: rgb(228,34,12); }

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