Html Css Color HEX #EA2A08 Scarlet

📋 copy color: '#EA2A08'

red 234 ◦ green 42 ◦ blue 8

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

Shades of Scarlet #EA2A08

Tints of Scarlet #EA2A08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 2.82%

R = 82.39%
G = 14.79%
B = 2.82%

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

#EA2A08 (or 0xEA2A08) is known color: Scarlet. HEX triplet: EA, 2A and 08. RGB value is (234,42,8). Sum of RGB (Red+Green+Blue) = 234+42+8=284 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.39% from 284); Green value is 42 (16.80% from 255 or 14.79% from 284); Blue value is 8 (3.52% from 255 or 2.82% from 284); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2A08 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2A08 is #15D5F7. Grayscale: #5F5F5F. Windows color (decimal): -1431032 or 535274. OLE color: 535274.

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

Color convert

RGB 234 42 8 -
CMYK 0 0.82 0.97 0.08
HSL 9.03º 0.93% 0.47% -
HSV(B) 9.03º 0.97% 0.92% -
XYZ 34.8 19.17 2.09 -
YUV 95.53 78.61 226.76 -
System Red Green Blue C M Y K H S L
Decimal 234 42 8 0 0.82 0.97 0.08 9.03 0.93 0.47
Hex EA 2A 8 0 52 61 8 9 5D 2F
Octal 352 52 10 0 122 141 10 11 135 57
Binary 11101010 101010 1000 0 1010010 1100001 1000 1001 1011101 101111

Color Harmonies of #EA2A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2A08

Black with #EA2A08

Text Example


Text Example

White with #EA2A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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