Html Css Color HEX #E42300 Scarlet

📋 copy color: '#E42300'

red 228 ◦ green 35 ◦ blue 0

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

Shades of Scarlet #E42300

Tints of Scarlet #E42300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.69%
G = 13.31%
B = 0%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1

 K value IS 0.11

RGB Variations

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

Color information

#E42300 (or 0xE42300) is known color: Scarlet. HEX triplet: E4, 23 and 00. RGB value is (228,35,0). Sum of RGB (Red+Green+Blue) = 228+35+0=263 (34% of max value = 765). Red value is 228 (89.45% from 255 or 86.69% from 263); Green value is 35 (14.06% from 255 or 13.31% from 263); Blue value is 0 (0.39% from 255 or 0% from 263); Max value from RGB is 228 - color contains mainly: red. Hex color #E42300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E42300 is #1BDCFF. Grayscale: #595959. Windows color (decimal): -1826048 or 9188. OLE color: 9188.

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

Color convert

RGB 228 35 0 -
CMYK 0 0.85 1 0.11
HSL 9.21º 1% 0.45% -
HSV(B) 9.21º 1% 0.89% -
XYZ 32.6 17.7 1.7 -
YUV 88.72 77.94 227.35 -
System Red Green Blue C M Y K H S L
Decimal 228 35 0 0 0.85 1 0.11 9.21 1 0.45
Hex E4 23 0 0 55 64 B 9 64 2D
Octal 344 43 0 0 125 144 13 11 144 55
Binary 11100100 100011 0 0 1010101 1100100 1011 1001 1100100 101101

Color Harmonies of #E42300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E42300

Black with #E42300

Text Example


Text Example

White with #E42300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E42300; }

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

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

background-color css

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

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

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

border-color css

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

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

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