Html Css Color HEX #EA201C Scarlet

📋 copy color: '#EA201C'

red 234 ◦ green 32 ◦ blue 28

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

Shades of Scarlet #EA201C

Tints of Scarlet #EA201C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.88%

 BLUE value IS 28 (11.33% from 255) = 9.52%

R = 79.59%
G = 10.88%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.08

RGB Variations

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

Color information

#EA201C (or 0xEA201C) is known color: Scarlet. HEX triplet: EA, 20 and 1C. RGB value is (234,32,28). Sum of RGB (Red+Green+Blue) = 234+32+28=294 (38% of max value = 765). Red value is 234 (91.80% from 255 or 79.59% from 294); Green value is 32 (12.89% from 255 or 10.88% from 294); Blue value is 28 (11.33% from 255 or 9.52% from 294); Max value from RGB is 234 - color contains mainly: red. Hex color #EA201C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA201C is #15DFE3. Grayscale: #5C5C5C. Windows color (decimal): -1433572 or 1843434. OLE color: 1843434.

HSL color Cylindrical-coordinate representation of color #EA201C: hue angle of 1.17º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA201C is Cyan = 0, Magento = 0.86, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 32 28 -
CMYK 0 0.86 0.88 0.08
HSL 1.17º 0.83% 0.51% -
HSV(B) 1.17º 0.88% 0.92% -
XYZ 34.66 18.61 2.86 -
YUV 91.94 91.92 229.33 -
System Red Green Blue C M Y K H S L
Decimal 234 32 28 0 0.86 0.88 0.08 1.17 0.83 0.51
Hex EA 20 1C 0 56 58 8 1 53 33
Octal 352 40 34 0 126 130 10 1 123 63
Binary 11101010 100000 11100 0 1010110 1011000 1000 1 1010011 110011

Color Harmonies of #EA201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA201C

Black with #EA201C

Text Example


Text Example

White with #EA201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA201C; }

 p { color: rgb(234,32,28); }

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

background-color css

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

 a { background-color: rgb(234,32,28); }

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

border-color css

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

 span { border-color: rgb(234,32,28); }

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