Html Css Color HEX #EA1800 Scarlet

📋 copy color: '#EA1800'

red 234 ◦ green 24 ◦ blue 0

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

Shades of Scarlet #EA1800

Tints of Scarlet #EA1800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

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

R = 90.7%
G = 9.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 1

 K value IS 0.08

RGB Variations

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

Color information

#EA1800 (or 0xEA1800) is known color: Scarlet. HEX triplet: EA, 18 and 00. RGB value is (234,24,0). Sum of RGB (Red+Green+Blue) = 234+24+0=258 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.70% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 0 (0.39% from 255 or 0% from 258); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1800 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1800 is #15E7FF. Grayscale: #545454. Windows color (decimal): -1435648 or 6378. OLE color: 6378.

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

Color convert

RGB 234 24 0 -
CMYK 0 0.90 1 0.08
HSL 6.15º 1% 0.46% -
HSV(B) 6.15º 1% 0.92% -
XYZ 34.26 18.15 1.7 -
YUV 84.05 80.57 234.95 -
System Red Green Blue C M Y K H S L
Decimal 234 24 0 0 0.90 1 0.08 6.15 1 0.46
Hex EA 18 0 0 5A 64 8 6 64 2E
Octal 352 30 0 0 132 144 10 6 144 56
Binary 11101010 11000 0 0 1011010 1100100 1000 110 1100100 101110

Color Harmonies of #EA1800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1800

Black with #EA1800

Text Example


Text Example

White with #EA1800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1800; }

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

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

background-color css

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

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

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

border-color css

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

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

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