Html Css Color HEX #EA1C06 Scarlet

📋 copy color: '#EA1C06'

red 234 ◦ green 28 ◦ blue 6

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

Shades of Scarlet #EA1C06

Tints of Scarlet #EA1C06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 87.31%
G = 10.45%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA1C06 (or 0xEA1C06) is known color: Scarlet. HEX triplet: EA, 1C and 06. RGB value is (234,28,6). Sum of RGB (Red+Green+Blue) = 234+28+6=268 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.31% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1C06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1C06 is #15E3F9. Grayscale: #575757. Windows color (decimal): -1434618 or 400618. OLE color: 400618.

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

Color convert

RGB 234 28 6 -
CMYK 0 0.88 0.97 0.08
HSL 5.79º 0.95% 0.47% -
HSV(B) 5.79º 0.97% 0.92% -
XYZ 34.38 18.34 1.9 -
YUV 87.09 82.25 232.79 -
System Red Green Blue C M Y K H S L
Decimal 234 28 6 0 0.88 0.97 0.08 5.79 0.95 0.47
Hex EA 1C 6 0 58 61 8 6 5F 2F
Octal 352 34 6 0 130 141 10 6 137 57
Binary 11101010 11100 110 0 1011000 1100001 1000 110 1011111 101111

Color Harmonies of #EA1C06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1C06

Black with #EA1C06

Text Example


Text Example

White with #EA1C06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1C06; }

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

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

background-color css

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

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

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

border-color css

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

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

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