Html Css Color HEX #EA2401 Scarlet

📋 copy color: '#EA2401'

red 234 ◦ green 36 ◦ blue 1

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

Shades of Scarlet #EA2401

Tints of Scarlet #EA2401

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.37%

R = 86.35%
G = 13.28%
B = 0.37%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA2401 (or 0xEA2401) is known color: Scarlet. HEX triplet: EA, 24 and 01. RGB value is (234,36,1). Sum of RGB (Red+Green+Blue) = 234+36+1=271 (35% of max value = 765). Red value is 234 (91.80% from 255 or 86.35% from 271); Green value is 36 (14.45% from 255 or 13.28% from 271); Blue value is 1 (0.78% from 255 or 0.37% from 271); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2401 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2401 is #15DBFE. Grayscale: #5B5B5B. Windows color (decimal): -1432575 or 74986. OLE color: 74986.

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

Color convert

RGB 234 36 1 -
CMYK 0 0.85 1.00 0.08
HSL 9.01º 0.99% 0.46% -
HSV(B) 9.01º 1% 0.92% -
XYZ 34.57 18.76 1.83 -
YUV 91.21 77.1 229.85 -
System Red Green Blue C M Y K H S L
Decimal 234 36 1 0 0.85 1.00 0.08 9.01 0.99 0.46
Hex EA 24 1 0 55 64 8 9 63 2E
Octal 352 44 1 0 125 144 10 11 143 56
Binary 11101010 100100 1 0 1010101 1100100 1000 1001 1100011 101110

Color Harmonies of #EA2401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2401

Black with #EA2401

Text Example


Text Example

White with #EA2401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2401; }

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

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

background-color css

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

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

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

border-color css

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

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

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