Html Css Color HEX #E5220C Scarlet

📋 copy color: '#E5220C'

red 229 ◦ green 34 ◦ blue 12

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

Shades of Scarlet #E5220C

Tints of Scarlet #E5220C

RGB

 RED value IS 229 (89.84% from 255) = 83.27%

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

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

R = 83.27%
G = 12.36%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E5220C (or 0xE5220C) is known color: Scarlet. HEX triplet: E5, 22 and 0C. RGB value is (229,34,12). Sum of RGB (Red+Green+Blue) = 229+34+12=275 (36% of max value = 765). Red value is 229 (89.84% from 255 or 83.27% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 229 - color contains mainly: red. Hex color #E5220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E5220C is #1ADDF3. Grayscale: #5A5A5A. Windows color (decimal): -1760756 or 795365. OLE color: 795365.

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

Color convert

RGB 229 34 12 -
CMYK 0 0.85 0.95 0.10
HSL 6.08º 0.9% 0.47% -
HSV(B) 6.08º 0.95% 0.9% -
XYZ 32.95 17.83 2.05 -
YUV 89.8 84.1 227.29 -
System Red Green Blue C M Y K H S L
Decimal 229 34 12 0 0.85 0.95 0.10 6.08 0.9 0.47
Hex E5 22 C 0 55 5F A 6 5A 2F
Octal 345 42 14 0 125 137 12 6 132 57
Binary 11100101 100010 1100 0 1010101 1011111 1010 110 1011010 101111

Color Harmonies of #E5220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5220C

Black with #E5220C

Text Example


Text Example

White with #E5220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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