Html Css Color HEX #E4270C Scarlet

📋 copy color: '#E4270C'

red 228 ◦ green 39 ◦ blue 12

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

Shades of Scarlet #E4270C

Tints of Scarlet #E4270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

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

R = 81.72%
G = 13.98%
B = 4.3%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.11

RGB Variations

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

Color information

#E4270C (or 0xE4270C) is known color: Scarlet. HEX triplet: E4, 27 and 0C. RGB value is (228,39,12). Sum of RGB (Red+Green+Blue) = 228+39+12=279 (36% of max value = 765). Red value is 228 (89.45% from 255 or 81.72% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 12 (5.08% from 255 or 4.30% from 279); Max value from RGB is 228 - color contains mainly: red. Hex color #E4270C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #E4270C is #1BD8F3. Grayscale: #5C5C5C. Windows color (decimal): -1825012 or 796644. OLE color: 796644.

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

Color convert

RGB 228 39 12 -
CMYK 0 0.83 0.95 0.11
HSL 7.5º 0.9% 0.47% -
HSV(B) 7.5º 0.95% 0.89% -
XYZ 32.79 17.97 2.09 -
YUV 92.43 82.62 224.7 -
System Red Green Blue C M Y K H S L
Decimal 228 39 12 0 0.83 0.95 0.11 7.5 0.9 0.47
Hex E4 27 C 0 53 5F B 8 5A 2F
Octal 344 47 14 0 123 137 13 10 132 57
Binary 11100100 100111 1100 0 1010011 1011111 1011 1000 1011010 101111

Color Harmonies of #E4270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E4270C

Black with #E4270C

Text Example


Text Example

White with #E4270C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E4270C; }

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

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

background-color css

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

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

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

border-color css

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

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

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