Html Css Color HEX #EA2800 Scarlet

📋 copy color: '#EA2800'

red 234 ◦ green 40 ◦ blue 0

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

Shades of Scarlet #EA2800

Tints of Scarlet #EA2800

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.6%

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

R = 85.4%
G = 14.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA2800 (or 0xEA2800) is known color: Scarlet. HEX triplet: EA, 28 and 00. RGB value is (234,40,0). Sum of RGB (Red+Green+Blue) = 234+40+0=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2800 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2800 is #15D7FF. Grayscale: #5D5D5D. Windows color (decimal): -1431552 or 10474. OLE color: 10474.

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

Color convert

RGB 234 40 0 -
CMYK 0 0.83 1 0.08
HSL 10.26º 1% 0.46% -
HSV(B) 10.26º 1% 0.92% -
XYZ 34.69 19.01 1.84 -
YUV 93.45 75.27 228.25 -
System Red Green Blue C M Y K H S L
Decimal 234 40 0 0 0.83 1 0.08 10.26 1 0.46
Hex EA 28 0 0 53 64 8 A 64 2E
Octal 352 50 0 0 123 144 10 12 144 56
Binary 11101010 101000 0 0 1010011 1100100 1000 1010 1100100 101110

Color Harmonies of #EA2800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2800

Black with #EA2800

Text Example


Text Example

White with #EA2800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2800; }

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

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

background-color css

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

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

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

border-color css

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

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

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