Html Css Color HEX #EA170F Scarlet

📋 copy color: '#EA170F'

red 234 ◦ green 23 ◦ blue 15

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

Shades of Scarlet #EA170F

Tints of Scarlet #EA170F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.51%

R = 86.03%
G = 8.46%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA170F (or 0xEA170F) is known color: Scarlet. HEX triplet: EA, 17 and 0F. RGB value is (234,23,15). Sum of RGB (Red+Green+Blue) = 234+23+15=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 23 (9.38% from 255 or 8.46% from 272); Blue value is 15 (6.25% from 255 or 5.51% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA170F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA170F is #15E8F0. Grayscale: #555555. Windows color (decimal): -1435889 or 989162. OLE color: 989162.

HSL color Cylindrical-coordinate representation of color #EA170F: hue angle of 2.19º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #EA170F is Cyan = 0, Magento = 0.90, Yellow = 0.94 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 23 15 -
CMYK 0 0.90 0.94 0.08
HSL 2.19º 0.88% 0.49% -
HSV(B) 2.19º 0.94% 0.92% -
XYZ 34.32 18.14 2.14 -
YUV 85.18 88.4 234.15 -
System Red Green Blue C M Y K H S L
Decimal 234 23 15 0 0.90 0.94 0.08 2.19 0.88 0.49
Hex EA 17 F 0 5A 5E 8 2 58 31
Octal 352 27 17 0 132 136 10 2 130 61
Binary 11101010 10111 1111 0 1011010 1011110 1000 10 1011000 110001

Color Harmonies of #EA170F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA170F

Black with #EA170F

Text Example


Text Example

White with #EA170F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA170F; }

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

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

background-color css

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

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

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

border-color css

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

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

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