Html Css Color HEX #E42312 Scarlet

📋 copy color: '#E42312'

red 228 ◦ green 35 ◦ blue 18

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

Shades of Scarlet #E42312

Tints of Scarlet #E42312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.41%

R = 81.14%
G = 12.46%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.11

RGB Variations

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

Color information

#E42312 (or 0xE42312) is known color: Scarlet. HEX triplet: E4, 23 and 12. RGB value is (228,35,18). Sum of RGB (Red+Green+Blue) = 228+35+18=281 (37% of max value = 765). Red value is 228 (89.45% from 255 or 81.14% from 281); Green value is 35 (14.06% from 255 or 12.46% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 228 - color contains mainly: red. Hex color #E42312 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42312 is #1BDCED. Grayscale: #5B5B5B. Windows color (decimal): -1826030 or 1188836. OLE color: 1188836.

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

Color convert

RGB 228 35 18 -
CMYK 0 0.85 0.92 0.11
HSL 4.86º 0.85% 0.48% -
HSV(B) 4.86º 0.92% 0.89% -
XYZ 32.71 17.74 2.27 -
YUV 90.77 86.94 225.88 -
System Red Green Blue C M Y K H S L
Decimal 228 35 18 0 0.85 0.92 0.11 4.86 0.85 0.48
Hex E4 23 12 0 55 5C B 5 55 30
Octal 344 43 22 0 125 134 13 5 125 60
Binary 11100100 100011 10010 0 1010101 1011100 1011 101 1010101 110000

Color Harmonies of #E42312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42312

Black with #E42312

Text Example


Text Example

White with #E42312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42312; }

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

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

background-color css

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

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

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

border-color css

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

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

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