Html Css Color HEX #EA2908 Scarlet

📋 copy color: '#EA2908'

red 234 ◦ green 41 ◦ blue 8

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

Shades of Scarlet #EA2908

Tints of Scarlet #EA2908

RGB

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

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

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

R = 82.69%
G = 14.49%
B = 2.83%

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

#EA2908 (or 0xEA2908) is known color: Scarlet. HEX triplet: EA, 29 and 08. RGB value is (234,41,8). Sum of RGB (Red+Green+Blue) = 234+41+8=283 (37% of max value = 765). Red value is 234 (91.80% from 255 or 82.69% from 283); Green value is 41 (16.41% from 255 or 14.49% from 283); Blue value is 8 (3.52% from 255 or 2.83% from 283); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2908 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2908 is #15D6F7. Grayscale: #5F5F5F. Windows color (decimal): -1431288 or 535018. OLE color: 535018.

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

Color convert

RGB 234 41 8 -
CMYK 0 0.82 0.97 0.08
HSL 8.76º 0.93% 0.47% -
HSV(B) 8.76º 0.97% 0.92% -
XYZ 34.77 19.1 2.08 -
YUV 94.95 78.94 227.18 -
System Red Green Blue C M Y K H S L
Decimal 234 41 8 0 0.82 0.97 0.08 8.76 0.93 0.47
Hex EA 29 8 0 52 61 8 9 5D 2F
Octal 352 51 10 0 122 141 10 11 135 57
Binary 11101010 101001 1000 0 1010010 1100001 1000 1001 1011101 101111

Color Harmonies of #EA2908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2908

Black with #EA2908

Text Example


Text Example

White with #EA2908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2908; }

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

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

background-color css

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

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

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

border-color css

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

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

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