Html Css Color HEX #EA290A Scarlet

📋 copy color: '#EA290A'

red 234 ◦ green 41 ◦ blue 10

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

Shades of Scarlet #EA290A

Tints of Scarlet #EA290A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.39%

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

R = 82.11%
G = 14.39%
B = 3.51%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.96

 K value IS 0.08

RGB Variations

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

Color information

#EA290A (or 0xEA290A) is known color: Scarlet. HEX triplet: EA, 29 and 0A. RGB value is (234,41,10). Sum of RGB (Red+Green+Blue) = 234+41+10=285 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.11% from 285); Green value is 41 (16.41% from 255 or 14.39% from 285); Blue value is 10 (4.30% from 255 or 3.51% from 285); Max value from RGB is 234 - color contains mainly: red. Hex color #EA290A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA290A is #15D6F5. Grayscale: #5F5F5F. Windows color (decimal): -1431286 or 666090. OLE color: 666090.

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

Color convert

RGB 234 41 10 -
CMYK 0 0.82 0.96 0.08
HSL 8.3º 0.92% 0.48% -
HSV(B) 8.3º 0.96% 0.92% -
XYZ 34.78 19.1 2.14 -
YUV 95.17 79.94 227.02 -
System Red Green Blue C M Y K H S L
Decimal 234 41 10 0 0.82 0.96 0.08 8.3 0.92 0.48
Hex EA 29 A 0 52 60 8 8 5C 30
Octal 352 51 12 0 122 140 10 10 134 60
Binary 11101010 101001 1010 0 1010010 1100000 1000 1000 1011100 110000

Color Harmonies of #EA290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA290A

Black with #EA290A

Text Example


Text Example

White with #EA290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA290A; }

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

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

background-color css

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

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

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

border-color css

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

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

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