Html Css Color HEX #EA160A Scarlet

📋 copy color: '#EA160A'

red 234 ◦ green 22 ◦ blue 10

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

Shades of Scarlet #EA160A

Tints of Scarlet #EA160A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.76%

R = 87.97%
G = 8.27%
B = 3.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA160A (or 0xEA160A) is known color: Scarlet. HEX triplet: EA, 16 and 0A. RGB value is (234,22,10). Sum of RGB (Red+Green+Blue) = 234+22+10=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 22 (8.98% from 255 or 8.27% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA160A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA160A is #15E9F5. Grayscale: #545454. Windows color (decimal): -1436150 or 661226. OLE color: 661226.

HSL color Cylindrical-coordinate representation of color #EA160A: hue angle of 3.21º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EA160A is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 22 10 -
CMYK 0 0.91 0.96 0.08
HSL 3.21º 0.92% 0.48% -
HSV(B) 3.21º 0.96% 0.92% -
XYZ 34.27 18.09 1.97 -
YUV 84.02 86.24 234.98 -
System Red Green Blue C M Y K H S L
Decimal 234 22 10 0 0.91 0.96 0.08 3.21 0.92 0.48
Hex EA 16 A 0 5B 60 8 3 5C 30
Octal 352 26 12 0 133 140 10 3 134 60
Binary 11101010 10110 1010 0 1011011 1100000 1000 11 1011100 110000

Color Harmonies of #EA160A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA160A

Black with #EA160A

Text Example


Text Example

White with #EA160A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA160A; }

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

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

background-color css

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

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

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

border-color css

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

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

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