Html Css Color HEX #EA1710 Scarlet

📋 copy color: '#EA1710'

red 234 ◦ green 23 ◦ blue 16

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

Shades of Scarlet #EA1710

Tints of Scarlet #EA1710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.42%

 BLUE value IS 16 (6.64% from 255) = 5.86%

R = 85.71%
G = 8.42%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA1710 (or 0xEA1710) is known color: Scarlet. HEX triplet: EA, 17 and 10. RGB value is (234,23,16). Sum of RGB (Red+Green+Blue) = 234+23+16=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1710 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1710 is #15E8EF. Grayscale: #555555. Windows color (decimal): -1435888 or 1054698. OLE color: 1054698.

HSL color Cylindrical-coordinate representation of color #EA1710: hue angle of 1.93º degrees, saturation: 0.87, 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 #EA1710 is Cyan = 0, Magento = 0.90, Yellow = 0.93 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 16 -
CMYK 0 0.90 0.93 0.08
HSL 1.93º 0.87% 0.49% -
HSV(B) 1.93º 0.93% 0.92% -
XYZ 34.33 18.14 2.18 -
YUV 85.29 88.9 234.07 -
System Red Green Blue C M Y K H S L
Decimal 234 23 16 0 0.90 0.93 0.08 1.93 0.87 0.49
Hex EA 17 10 0 5A 5D 8 2 57 31
Octal 352 27 20 0 132 135 10 2 127 61
Binary 11101010 10111 10000 0 1011010 1011101 1000 10 1010111 110001

Color Harmonies of #EA1710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1710

Black with #EA1710

Text Example


Text Example

White with #EA1710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1710; }

 p { color: rgb(234,23,16); }

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

background-color css

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

 a { background-color: rgb(234,23,16); }

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

border-color css

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

 span { border-color: rgb(234,23,16); }

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