Html Css Color HEX #EA2503 Scarlet

📋 copy color: '#EA2503'

red 234 ◦ green 37 ◦ blue 3

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

Shades of Scarlet #EA2503

Tints of Scarlet #EA2503

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.5%

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

R = 85.4%
G = 13.5%
B = 1.09%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA2503 (or 0xEA2503) is known color: Scarlet. HEX triplet: EA, 25 and 03. RGB value is (234,37,3). Sum of RGB (Red+Green+Blue) = 234+37+3=274 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.40% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 3 (1.56% from 255 or 1.09% from 274); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2503 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2503 is #15DAFC. Grayscale: #5C5C5C. Windows color (decimal): -1432317 or 206314. OLE color: 206314.

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

Color convert

RGB 234 37 3 -
CMYK 0 0.84 0.99 0.08
HSL 8.83º 0.97% 0.46% -
HSV(B) 8.83º 0.99% 0.92% -
XYZ 34.61 18.82 1.9 -
YUV 92.03 77.77 229.26 -
System Red Green Blue C M Y K H S L
Decimal 234 37 3 0 0.84 0.99 0.08 8.83 0.97 0.46
Hex EA 25 3 0 54 63 8 9 61 2E
Octal 352 45 3 0 124 143 10 11 141 56
Binary 11101010 100101 11 0 1010100 1100011 1000 1001 1100001 101110

Color Harmonies of #EA2503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2503

Black with #EA2503

Text Example


Text Example

White with #EA2503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2503; }

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

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

background-color css

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

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

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

border-color css

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

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

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