Html Css Color HEX #EA201E Scarlet

📋 copy color: '#EA201E'

red 234 ◦ green 32 ◦ blue 30

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

Shades of Scarlet #EA201E

Tints of Scarlet #EA201E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.14%

R = 79.05%
G = 10.81%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.87

 K value IS 0.08

RGB Variations

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

Color information

#EA201E (or 0xEA201E) is known color: Scarlet. HEX triplet: EA, 20 and 1E. RGB value is (234,32,30). Sum of RGB (Red+Green+Blue) = 234+32+30=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 30 (12.11% from 255 or 10.14% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA201E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EA201E is #15DFE1. Grayscale: #5C5C5C. Windows color (decimal): -1433570 or 1974506. OLE color: 1974506.

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

Color convert

RGB 234 32 30 -
CMYK 0 0.86 0.87 0.08
HSL 0.59º 0.83% 0.52% -
HSV(B) 0.59º 0.87% 0.92% -
XYZ 34.68 18.62 2.99 -
YUV 92.17 92.92 229.16 -
System Red Green Blue C M Y K H S L
Decimal 234 32 30 0 0.86 0.87 0.08 0.59 0.83 0.52
Hex EA 20 1E 0 56 57 8 1 53 34
Octal 352 40 36 0 126 127 10 1 123 64
Binary 11101010 100000 11110 0 1010110 1010111 1000 1 1010011 110100

Color Harmonies of #EA201E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA201E

Black with #EA201E

Text Example


Text Example

White with #EA201E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA201E; }

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

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

background-color css

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

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

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

border-color css

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

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

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