Html Css Color HEX #EA1903 Scarlet

📋 copy color: '#EA1903'

red 234 ◦ green 25 ◦ blue 3

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

Shades of Scarlet #EA1903

Tints of Scarlet #EA1903

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.54%

 BLUE value IS 3 (1.56% from 255) = 1.15%

R = 89.31%
G = 9.54%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA1903 (or 0xEA1903) is known color: Scarlet. HEX triplet: EA, 19 and 03. RGB value is (234,25,3). Sum of RGB (Red+Green+Blue) = 234+25+3=262 (34% of max value = 765). Red value is 234 (91.80% from 255 or 89.31% from 262); Green value is 25 (10.16% from 255 or 9.54% from 262); Blue value is 3 (1.56% from 255 or 1.15% from 262); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1903 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1903 is #15E6FC. Grayscale: #555555. Windows color (decimal): -1435389 or 203242. OLE color: 203242.

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

Color convert

RGB 234 25 3 -
CMYK 0 0.89 0.99 0.08
HSL 5.71º 0.97% 0.46% -
HSV(B) 5.71º 0.99% 0.92% -
XYZ 34.3 18.19 1.79 -
YUV 84.98 81.74 234.29 -
System Red Green Blue C M Y K H S L
Decimal 234 25 3 0 0.89 0.99 0.08 5.71 0.97 0.46
Hex EA 19 3 0 59 63 8 6 61 2E
Octal 352 31 3 0 131 143 10 6 141 56
Binary 11101010 11001 11 0 1011001 1100011 1000 110 1100001 101110

Color Harmonies of #EA1903

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1903

Black with #EA1903

Text Example


Text Example

White with #EA1903

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1903; }

 p { color: rgb(234,25,3); }

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

background-color css

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

 a { background-color: rgb(234,25,3); }

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

border-color css

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

 span { border-color: rgb(234,25,3); }

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