Html Css Color HEX #E42311 Scarlet

📋 copy color: '#E42311'

red 228 ◦ green 35 ◦ blue 17

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

Shades of Scarlet #E42311

Tints of Scarlet #E42311

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.5%

 BLUE value IS 17 (7.03% from 255) = 6.07%

R = 81.43%
G = 12.5%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#E42311 (or 0xE42311) is known color: Scarlet. HEX triplet: E4, 23 and 11. RGB value is (228,35,17). Sum of RGB (Red+Green+Blue) = 228+35+17=280 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.43% from 280); Green value is 35 (14.06% from 255 or 12.5% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 228 - color contains mainly: red. Hex color #E42311 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42311 is #1BDCEE. Grayscale: #5A5A5A. Windows color (decimal): -1826031 or 1123300. OLE color: 1123300.

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

Color convert

RGB 228 35 17 -
CMYK 0 0.85 0.93 0.11
HSL 5.12º 0.86% 0.48% -
HSV(B) 5.12º 0.93% 0.89% -
XYZ 32.7 17.74 2.23 -
YUV 90.66 86.44 225.96 -
System Red Green Blue C M Y K H S L
Decimal 228 35 17 0 0.85 0.93 0.11 5.12 0.86 0.48
Hex E4 23 11 0 55 5D B 5 56 30
Octal 344 43 21 0 125 135 13 5 126 60
Binary 11100100 100011 10001 0 1010101 1011101 1011 101 1010110 110000

Color Harmonies of #E42311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42311

Black with #E42311

Text Example


Text Example

White with #E42311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42311; }

 p { color: rgb(228,35,17); }

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

background-color css

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

 a { background-color: rgb(228,35,17); }

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

border-color css

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

 span { border-color: rgb(228,35,17); }

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