Html Css Color HEX #EA160F Scarlet

📋 copy color: '#EA160F'

red 234 ◦ green 22 ◦ blue 15

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

Shades of Scarlet #EA160F

Tints of Scarlet #EA160F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.12%

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

R = 86.35%
G = 8.12%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA160F (or 0xEA160F) is known color: Scarlet. HEX triplet: EA, 16 and 0F. RGB value is (234,22,15). Sum of RGB (Red+Green+Blue) = 234+22+15=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 22 (8.98% from 255 or 8.12% from 271); Blue value is 15 (6.25% from 255 or 5.54% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA160F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA160F is #15E9F0. Grayscale: #545454. Windows color (decimal): -1436145 or 988906. OLE color: 988906.

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

Color convert

RGB 234 22 15 -
CMYK 0 0.91 0.94 0.08
HSL 1.92º 0.88% 0.49% -
HSV(B) 1.92º 0.94% 0.92% -
XYZ 34.3 18.1 2.14 -
YUV 84.59 88.74 234.57 -
System Red Green Blue C M Y K H S L
Decimal 234 22 15 0 0.91 0.94 0.08 1.92 0.88 0.49
Hex EA 16 F 0 5B 5E 8 2 58 31
Octal 352 26 17 0 133 136 10 2 130 61
Binary 11101010 10110 1111 0 1011011 1011110 1000 10 1011000 110001

Color Harmonies of #EA160F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA160F

Black with #EA160F

Text Example


Text Example

White with #EA160F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA160F; }

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

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

background-color css

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

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

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

border-color css

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

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

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