Html Css Color HEX #E4230C Scarlet

📋 copy color: '#E4230C'

red 228 ◦ green 35 ◦ blue 12

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

Shades of Scarlet #E4230C

Tints of Scarlet #E4230C

RGB

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

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

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

R = 82.91%
G = 12.73%
B = 4.36%

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

#E4230C (or 0xE4230C) is known color: Scarlet. HEX triplet: E4, 23 and 0C. RGB value is (228,35,12). Sum of RGB (Red+Green+Blue) = 228+35+12=275 (36% of max value = 765). Red value is 228 (89.45% from 255 or 82.91% from 275); Green value is 35 (14.06% from 255 or 12.73% from 275); Blue value is 12 (5.08% from 255 or 4.36% from 275); Max value from RGB is 228 - color contains mainly: red. Hex color #E4230C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4230C is #1BDCF3. Grayscale: #5A5A5A. Windows color (decimal): -1826036 or 795620. OLE color: 795620.

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

Color convert

RGB 228 35 12 -
CMYK 0 0.85 0.95 0.11
HSL 6.39º 0.9% 0.47% -
HSV(B) 6.39º 0.95% 0.89% -
XYZ 32.66 17.72 2.05 -
YUV 90.09 83.94 226.37 -
System Red Green Blue C M Y K H S L
Decimal 228 35 12 0 0.85 0.95 0.11 6.39 0.9 0.47
Hex E4 23 C 0 55 5F B 6 5A 2F
Octal 344 43 14 0 125 137 13 6 132 57
Binary 11100100 100011 1100 0 1010101 1011111 1011 110 1011010 101111

Color Harmonies of #E4230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4230C

Black with #E4230C

Text Example


Text Example

White with #E4230C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4230C; }

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

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

background-color css

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

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

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

border-color css

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

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

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