Html Css Color HEX #EA1A17 Scarlet

📋 copy color: '#EA1A17'

red 234 ◦ green 26 ◦ blue 23

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

Shades of Scarlet #EA1A17

Tints of Scarlet #EA1A17

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.19%

 BLUE value IS 23 (9.38% from 255) = 8.13%

R = 82.69%
G = 9.19%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA1A17 (or 0xEA1A17) is known color: Scarlet. HEX triplet: EA, 1A and 17. RGB value is (234,26,23). Sum of RGB (Red+Green+Blue) = 234+26+23=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A17 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1A17 is #15E5E8. Grayscale: #585858. Windows color (decimal): -1435113 or 1514218. OLE color: 1514218.

HSL color Cylindrical-coordinate representation of color #EA1A17: hue angle of 0.85º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1A17 is Cyan = 0, Magento = 0.89, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 26 23 -
CMYK 0 0.89 0.90 0.08
HSL 0.85º 0.83% 0.5% -
HSV(B) 0.85º 0.9% 0.92% -
XYZ 34.46 18.29 2.53 -
YUV 87.85 91.41 232.24 -
System Red Green Blue C M Y K H S L
Decimal 234 26 23 0 0.89 0.90 0.08 0.85 0.83 0.5
Hex EA 1A 17 0 59 5A 8 1 53 32
Octal 352 32 27 0 131 132 10 1 123 62
Binary 11101010 11010 10111 0 1011001 1011010 1000 1 1010011 110010

Color Harmonies of #EA1A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A17

Black with #EA1A17

Text Example


Text Example

White with #EA1A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A17; }

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

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

background-color css

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

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

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

border-color css

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

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

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