Html Css Color HEX #EA1B10 Scarlet

📋 copy color: '#EA1B10'

red 234 ◦ green 27 ◦ blue 16

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

Shades of Scarlet #EA1B10

Tints of Scarlet #EA1B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.75%

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

R = 84.48%
G = 9.75%
B = 5.78%

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

#EA1B10 (or 0xEA1B10) is known color: Scarlet. HEX triplet: EA, 1B and 10. RGB value is (234,27,16). Sum of RGB (Red+Green+Blue) = 234+27+16=277 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.48% from 277); Green value is 27 (10.94% from 255 or 9.75% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1B10 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1B10 is #15E4EF. Grayscale: #575757. Windows color (decimal): -1434864 or 1055722. OLE color: 1055722.

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

Color convert

RGB 234 27 16 -
CMYK 0 0.88 0.93 0.08
HSL 3.03º 0.87% 0.49% -
HSV(B) 3.03º 0.93% 0.92% -
XYZ 34.42 18.31 2.21 -
YUV 87.64 87.58 232.39 -
System Red Green Blue C M Y K H S L
Decimal 234 27 16 0 0.88 0.93 0.08 3.03 0.87 0.49
Hex EA 1B 10 0 58 5D 8 3 57 31
Octal 352 33 20 0 130 135 10 3 127 61
Binary 11101010 11011 10000 0 1011000 1011101 1000 11 1010111 110001

Color Harmonies of #EA1B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1B10

Black with #EA1B10

Text Example


Text Example

White with #EA1B10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1B10; }

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

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

background-color css

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

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

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

border-color css

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

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

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