Html Css Color HEX #EA1717 Scarlet

📋 copy color: '#EA1717'

red 234 ◦ green 23 ◦ blue 23

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

Shades of Scarlet #EA1717

Tints of Scarlet #EA1717

RGB

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

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

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

R = 83.57%
G = 8.21%
B = 8.21%

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

#EA1717 (or 0xEA1717) is known color: Scarlet. HEX triplet: EA, 17 and 17. RGB value is (234,23,23). Sum of RGB (Red+Green+Blue) = 234+23+23=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 23 (9.38% from 255 or 8.21% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1717 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1717 is #15E8E8. Grayscale: #565656. Windows color (decimal): -1435881 or 1513450. OLE color: 1513450.

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

Color convert

RGB 234 23 23 -
CMYK 0 0.90 0.90 0.08
HSL 0.83% 0.5% -
HSV(B) 0.9% 0.92% -
XYZ 34.39 18.17 2.5 -
YUV 86.09 92.4 233.5 -
System Red Green Blue C M Y K H S L
Decimal 234 23 23 0 0.90 0.90 0.08 0 0.83 0.5
Hex EA 17 17 0 5A 5A 8 0 53 32
Octal 352 27 27 0 132 132 10 0 123 62
Binary 11101010 10111 10111 0 1011010 1011010 1000 0 1010011 110010

Color Harmonies of #EA1717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1717

Black with #EA1717

Text Example


Text Example

White with #EA1717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1717; }

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

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

background-color css

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

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

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

border-color css

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

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

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