Html Css Color HEX #EA1A0A Scarlet

📋 copy color: '#EA1A0A'

red 234 ◦ green 26 ◦ blue 10

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

Shades of Scarlet #EA1A0A

Tints of Scarlet #EA1A0A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.63%

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

R = 86.67%
G = 9.63%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA1A0A (or 0xEA1A0A) is known color: Scarlet. HEX triplet: EA, 1A and 0A. RGB value is (234,26,10). Sum of RGB (Red+Green+Blue) = 234+26+10=270 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.67% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1A0A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1A0A is #15E5F5. Grayscale: #565656. Windows color (decimal): -1435126 or 662250. OLE color: 662250.

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

Color convert

RGB 234 26 10 -
CMYK 0 0.89 0.96 0.08
HSL 4.29º 0.92% 0.48% -
HSV(B) 4.29º 0.96% 0.92% -
XYZ 34.36 18.25 2 -
YUV 86.37 84.91 233.3 -
System Red Green Blue C M Y K H S L
Decimal 234 26 10 0 0.89 0.96 0.08 4.29 0.92 0.48
Hex EA 1A A 0 59 60 8 4 5C 30
Octal 352 32 12 0 131 140 10 4 134 60
Binary 11101010 11010 1010 0 1011001 1100000 1000 100 1011100 110000

Color Harmonies of #EA1A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1A0A

Black with #EA1A0A

Text Example


Text Example

White with #EA1A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1A0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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