Html Css Color HEX #EA2A06 Scarlet

📋 copy color: '#EA2A06'

red 234 ◦ green 42 ◦ blue 6

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

Shades of Scarlet #EA2A06

Tints of Scarlet #EA2A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.13%

R = 82.98%
G = 14.89%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.08

RGB Variations

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

Color information

#EA2A06 (or 0xEA2A06) is known color: Scarlet. HEX triplet: EA, 2A and 06. RGB value is (234,42,6). Sum of RGB (Red+Green+Blue) = 234+42+6=282 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.98% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2A06 is #15D5F9. Grayscale: #5F5F5F. Windows color (decimal): -1431034 or 404202. OLE color: 404202.

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

Color convert

RGB 234 42 6 -
CMYK 0 0.82 0.97 0.08
HSL 9.47º 0.95% 0.47% -
HSV(B) 9.47º 0.97% 0.92% -
XYZ 34.79 19.16 2.04 -
YUV 95.3 77.61 226.93 -
System Red Green Blue C M Y K H S L
Decimal 234 42 6 0 0.82 0.97 0.08 9.47 0.95 0.47
Hex EA 2A 6 0 52 61 8 9 5F 2F
Octal 352 52 6 0 122 141 10 11 137 57
Binary 11101010 101010 110 0 1010010 1100001 1000 1001 1011111 101111

Color Harmonies of #EA2A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2A06

Black with #EA2A06

Text Example


Text Example

White with #EA2A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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