Html Css Color HEX #EA1610 Scarlet

📋 copy color: '#EA1610'

red 234 ◦ green 22 ◦ blue 16

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

Shades of Scarlet #EA1610

Tints of Scarlet #EA1610

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

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

R = 86.03%
G = 8.09%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.93

 K value IS 0.08

RGB Variations

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

Color information

#EA1610 (or 0xEA1610) is known color: Scarlet. HEX triplet: EA, 16 and 10. RGB value is (234,22,16). Sum of RGB (Red+Green+Blue) = 234+22+16=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 16 (6.64% from 255 or 5.88% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1610 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1610 is #15E9EF. Grayscale: #545454. Windows color (decimal): -1436144 or 1054442. OLE color: 1054442.

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

Color convert

RGB 234 22 16 -
CMYK 0 0.91 0.93 0.08
HSL 1.65º 0.87% 0.49% -
HSV(B) 1.65º 0.93% 0.92% -
XYZ 34.31 18.1 2.18 -
YUV 84.7 89.24 234.49 -
System Red Green Blue C M Y K H S L
Decimal 234 22 16 0 0.91 0.93 0.08 1.65 0.87 0.49
Hex EA 16 10 0 5B 5D 8 2 57 31
Octal 352 26 20 0 133 135 10 2 127 61
Binary 11101010 10110 10000 0 1011011 1011101 1000 10 1010111 110001

Color Harmonies of #EA1610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1610

Black with #EA1610

Text Example


Text Example

White with #EA1610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1610; }

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

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

background-color css

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

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

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

border-color css

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

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

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