Html Css Color HEX #EA1201 Scarlet

📋 copy color: '#EA1201'

red 234 ◦ green 18 ◦ blue 1

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

Shades of Scarlet #EA1201

Tints of Scarlet #EA1201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.11%

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

R = 92.49%
G = 7.11%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA1201 (or 0xEA1201) is known color: Scarlet. HEX triplet: EA, 12 and 01. RGB value is (234,18,1). Sum of RGB (Red+Green+Blue) = 234+18+1=253 (33% of max value = 765). Red value is 234 (91.80% from 255 or 92.49% from 253); Green value is 18 (7.42% from 255 or 7.11% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1201 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1201 is #15EDFE. Grayscale: #505050. Windows color (decimal): -1437183 or 70378. OLE color: 70378.

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

Color convert

RGB 234 18 1 -
CMYK 0 0.92 1.00 0.08
HSL 4.38º 0.99% 0.46% -
HSV(B) 4.38º 1% 0.92% -
XYZ 34.15 17.93 1.69 -
YUV 80.65 83.06 237.38 -
System Red Green Blue C M Y K H S L
Decimal 234 18 1 0 0.92 1.00 0.08 4.38 0.99 0.46
Hex EA 12 1 0 5C 64 8 4 63 2E
Octal 352 22 1 0 134 144 10 4 143 56
Binary 11101010 10010 1 0 1011100 1100100 1000 100 1100011 101110

Color Harmonies of #EA1201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1201

Black with #EA1201

Text Example


Text Example

White with #EA1201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1201; }

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

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

background-color css

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

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

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

border-color css

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

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

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