Html Css Color HEX #EA2900 Scarlet

📋 copy color: '#EA2900'

red 234 ◦ green 41 ◦ blue 0

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

Shades of Scarlet #EA2900

Tints of Scarlet #EA2900

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.09%
G = 14.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA2900 (or 0xEA2900) is known color: Scarlet. HEX triplet: EA, 29 and 00. RGB value is (234,41,0). Sum of RGB (Red+Green+Blue) = 234+41+0=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 41 (16.41% from 255 or 14.91% from 275); Blue value is 0 (0.39% from 255 or 0% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2900 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2900 is #15D6FF. Grayscale: #5E5E5E. Windows color (decimal): -1431296 or 10730. OLE color: 10730.

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

Color convert

RGB 234 41 0 -
CMYK 0 0.82 1 0.08
HSL 10.51º 1% 0.46% -
HSV(B) 10.51º 1% 0.92% -
XYZ 34.72 19.08 1.85 -
YUV 94.03 74.94 227.83 -
System Red Green Blue C M Y K H S L
Decimal 234 41 0 0 0.82 1 0.08 10.51 1 0.46
Hex EA 29 0 0 52 64 8 B 64 2E
Octal 352 51 0 0 122 144 10 13 144 56
Binary 11101010 101001 0 0 1010010 1100100 1000 1011 1100100 101110

Color Harmonies of #EA2900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2900

Black with #EA2900

Text Example


Text Example

White with #EA2900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2900; }

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

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

background-color css

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

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

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

border-color css

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

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

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