Html Css Color HEX #EA1817 Scarlet

📋 copy color: '#EA1817'

red 234 ◦ green 24 ◦ blue 23

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

Shades of Scarlet #EA1817

Tints of Scarlet #EA1817

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.54%

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

R = 83.27%
G = 8.54%
B = 8.19%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#EA1817 (or 0xEA1817) is known color: Scarlet. HEX triplet: EA, 18 and 17. RGB value is (234,24,23). Sum of RGB (Red+Green+Blue) = 234+24+23=281 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.27% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 23 (9.38% from 255 or 8.19% from 281); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1817 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1817 is #15E7E8. Grayscale: #565656. Windows color (decimal): -1435625 or 1513706. OLE color: 1513706.

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

Color convert

RGB 234 24 23 -
CMYK 0 0.90 0.90 0.08
HSL 0.28º 0.83% 0.5% -
HSV(B) 0.28º 0.9% 0.92% -
XYZ 34.41 18.21 2.51 -
YUV 86.68 92.07 233.08 -
System Red Green Blue C M Y K H S L
Decimal 234 24 23 0 0.90 0.90 0.08 0.28 0.83 0.5
Hex EA 18 17 0 5A 5A 8 0 53 32
Octal 352 30 27 0 132 132 10 0 123 62
Binary 11101010 11000 10111 0 1011010 1011010 1000 0 1010011 110010

Color Harmonies of #EA1817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1817

Black with #EA1817

Text Example


Text Example

White with #EA1817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1817; }

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

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

background-color css

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

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

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

border-color css

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

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

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