Html Css Color HEX #EA2A04 Scarlet

📋 copy color: '#EA2A04'

red 234 ◦ green 42 ◦ blue 4

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

Shades of Scarlet #EA2A04

Tints of Scarlet #EA2A04

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15%

 BLUE value IS 4 (1.95% from 255) = 1.43%

R = 83.57%
G = 15%
B = 1.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#EA2A04 (or 0xEA2A04) is known color: Scarlet. HEX triplet: EA, 2A and 04. RGB value is (234,42,4). Sum of RGB (Red+Green+Blue) = 234+42+4=280 (37% of max value = 765). Red value is 234 (91.80% from 255 or 83.57% from 280); Green value is 42 (16.80% from 255 or 15% from 280); Blue value is 4 (1.95% from 255 or 1.43% from 280); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2A04 is #15D5FB. Grayscale: #5F5F5F. Windows color (decimal): -1431036 or 273130. OLE color: 273130.

HSL color Cylindrical-coordinate representation of color #EA2A04: hue angle of 9.91º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #EA2A04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 42 4 -
CMYK 0 0.82 0.98 0.08
HSL 9.91º 0.97% 0.47% -
HSV(B) 9.91º 0.98% 0.92% -
XYZ 34.78 19.16 1.98 -
YUV 95.08 76.61 227.09 -
System Red Green Blue C M Y K H S L
Decimal 234 42 4 0 0.82 0.98 0.08 9.91 0.97 0.47
Hex EA 2A 4 0 52 62 8 A 61 2F
Octal 352 52 4 0 122 142 10 12 141 57
Binary 11101010 101010 100 0 1010010 1100010 1000 1010 1100001 101111

Color Harmonies of #EA2A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2A04

Black with #EA2A04

Text Example


Text Example

White with #EA2A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2A04; }

 p { color: rgb(234,42,4); }

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

background-color css

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

 a { background-color: rgb(234,42,4); }

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

border-color css

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

 span { border-color: rgb(234,42,4); }

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