Html Css Color HEX #EA1503 Scarlet

📋 copy color: '#EA1503'

red 234 ◦ green 21 ◦ blue 3

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

Shades of Scarlet #EA1503

Tints of Scarlet #EA1503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.14%

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

R = 90.7%
G = 8.14%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA1503 (or 0xEA1503) is known color: Scarlet. HEX triplet: EA, 15 and 03. RGB value is (234,21,3). Sum of RGB (Red+Green+Blue) = 234+21+3=258 (34% of max value = 765). Red value is 234 (91.80% from 255 or 90.70% from 258); Green value is 21 (8.59% from 255 or 8.14% from 258); Blue value is 3 (1.56% from 255 or 1.16% from 258); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1503 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1503 is #15EAFC. Grayscale: #525252. Windows color (decimal): -1436413 or 202218. OLE color: 202218.

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

Color convert

RGB 234 21 3 -
CMYK 0 0.91 0.99 0.08
HSL 4.68º 0.97% 0.46% -
HSV(B) 4.68º 0.99% 0.92% -
XYZ 34.22 18.04 1.76 -
YUV 82.64 83.07 235.96 -
System Red Green Blue C M Y K H S L
Decimal 234 21 3 0 0.91 0.99 0.08 4.68 0.97 0.46
Hex EA 15 3 0 5B 63 8 5 61 2E
Octal 352 25 3 0 133 143 10 5 141 56
Binary 11101010 10101 11 0 1011011 1100011 1000 101 1100001 101110

Color Harmonies of #EA1503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1503

Black with #EA1503

Text Example


Text Example

White with #EA1503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1503; }

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

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

background-color css

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

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

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

border-color css

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

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

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