Html Css Color HEX #EA201D Scarlet

📋 copy color: '#EA201D'

red 234 ◦ green 32 ◦ blue 29

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

Shades of Scarlet #EA201D

Tints of Scarlet #EA201D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.83%

R = 79.32%
G = 10.85%
B = 9.83%

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

#EA201D (or 0xEA201D) is known color: Scarlet. HEX triplet: EA, 20 and 1D. RGB value is (234,32,29). Sum of RGB (Red+Green+Blue) = 234+32+29=295 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.32% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 29 (11.72% from 255 or 9.83% from 295); Max value from RGB is 234 - color contains mainly: red. Hex color #EA201D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA201D is #15DFE2. Grayscale: #5C5C5C. Windows color (decimal): -1433571 or 1908970. OLE color: 1908970.

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

Color convert

RGB 234 32 29 -
CMYK 0 0.86 0.88 0.08
HSL 0.88º 0.83% 0.52% -
HSV(B) 0.88º 0.88% 0.92% -
XYZ 34.67 18.61 2.93 -
YUV 92.06 92.42 229.24 -
System Red Green Blue C M Y K H S L
Decimal 234 32 29 0 0.86 0.88 0.08 0.88 0.83 0.52
Hex EA 20 1D 0 56 58 8 1 53 34
Octal 352 40 35 0 126 130 10 1 123 64
Binary 11101010 100000 11101 0 1010110 1011000 1000 1 1010011 110100

Color Harmonies of #EA201D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA201D

Black with #EA201D

Text Example


Text Example

White with #EA201D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA201D; }

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

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

background-color css

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

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

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

border-color css

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

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

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