Html Css Color HEX #EA2403 Scarlet

📋 copy color: '#EA2403'

red 234 ◦ green 36 ◦ blue 3

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

Shades of Scarlet #EA2403

Tints of Scarlet #EA2403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

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

R = 85.71%
G = 13.19%
B = 1.1%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.08

RGB Variations

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

Color information

#EA2403 (or 0xEA2403) is known color: Scarlet. HEX triplet: EA, 24 and 03. RGB value is (234,36,3). Sum of RGB (Red+Green+Blue) = 234+36+3=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 3 (1.56% from 255 or 1.10% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2403 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2403 is #15DBFC. Grayscale: #5B5B5B. Windows color (decimal): -1432573 or 206058. OLE color: 206058.

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

Color convert

RGB 234 36 3 -
CMYK 0 0.85 0.99 0.08
HSL 8.57º 0.97% 0.46% -
HSV(B) 8.57º 0.99% 0.92% -
XYZ 34.58 18.76 1.88 -
YUV 91.44 78.1 229.68 -
System Red Green Blue C M Y K H S L
Decimal 234 36 3 0 0.85 0.99 0.08 8.57 0.97 0.46
Hex EA 24 3 0 55 63 8 9 61 2E
Octal 352 44 3 0 125 143 10 11 141 56
Binary 11101010 100100 11 0 1010101 1100011 1000 1001 1100001 101110

Color Harmonies of #EA2403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2403

Black with #EA2403

Text Example


Text Example

White with #EA2403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2403; }

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

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

background-color css

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

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

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

border-color css

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

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

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