Html Css Color HEX #EA1C11 Scarlet

📋 copy color: '#EA1C11'

red 234 ◦ green 28 ◦ blue 17

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

Shades of Scarlet #EA1C11

Tints of Scarlet #EA1C11

RGB

 RED value IS 234 (91.8% from 255) = 83.87%

 GREEN value IS 28 (11.33% from 255) = 10.04%

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

R = 83.87%
G = 10.04%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA1C11 (or 0xEA1C11) is known color: Scarlet. HEX triplet: EA, 1C and 11. RGB value is (234,28,17). Sum of RGB (Red+Green+Blue) = 234+28+17=279 (36% of max value = 765). Red value is 234 (91.80% from 255 or 83.87% from 279); Green value is 28 (11.33% from 255 or 10.04% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C11 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1C11 is #15E3EE. Grayscale: #585858. Windows color (decimal): -1434607 or 1121514. OLE color: 1121514.

HSL color Cylindrical-coordinate representation of color #EA1C11: hue angle of 3.04º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1C11 is Cyan = 0, Magento = 0.88, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 28 17 -
CMYK 0 0.88 0.93 0.08
HSL 3.04º 0.86% 0.49% -
HSV(B) 3.04º 0.93% 0.92% -
XYZ 34.45 18.36 2.26 -
YUV 88.34 87.75 231.89 -
System Red Green Blue C M Y K H S L
Decimal 234 28 17 0 0.88 0.93 0.08 3.04 0.86 0.49
Hex EA 1C 11 0 58 5D 8 3 56 31
Octal 352 34 21 0 130 135 10 3 126 61
Binary 11101010 11100 10001 0 1011000 1011101 1000 11 1010110 110001

Color Harmonies of #EA1C11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1C11

Black with #EA1C11

Text Example


Text Example

White with #EA1C11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1C11; }

 p { color: rgb(234,28,17); }

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

background-color css

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

 a { background-color: rgb(234,28,17); }

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

border-color css

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

 span { border-color: rgb(234,28,17); }

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