Html Css Color HEX #EA2014 Scarlet

📋 copy color: '#EA2014'

red 234 ◦ green 32 ◦ blue 20

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

Shades of Scarlet #EA2014

Tints of Scarlet #EA2014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.99%

R = 81.82%
G = 11.19%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.91

 K value IS 0.08

RGB Variations

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

Color information

#EA2014 (or 0xEA2014) is known color: Scarlet. HEX triplet: EA, 20 and 14. RGB value is (234,32,20). Sum of RGB (Red+Green+Blue) = 234+32+20=286 (37% of max value = 765). Red value is 234 (91.80% from 255 or 81.82% from 286); Green value is 32 (12.89% from 255 or 11.19% from 286); Blue value is 20 (8.20% from 255 or 6.99% from 286); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2014 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2014 is #15DFEB. Grayscale: #5B5B5B. Windows color (decimal): -1433580 or 1319146. OLE color: 1319146.

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

Color convert

RGB 234 32 20 -
CMYK 0 0.86 0.91 0.08
HSL 3.36º 0.84% 0.5% -
HSV(B) 3.36º 0.91% 0.92% -
XYZ 34.57 18.58 2.43 -
YUV 91.03 87.92 229.98 -
System Red Green Blue C M Y K H S L
Decimal 234 32 20 0 0.86 0.91 0.08 3.36 0.84 0.5
Hex EA 20 14 0 56 5B 8 3 54 32
Octal 352 40 24 0 126 133 10 3 124 62
Binary 11101010 100000 10100 0 1010110 1011011 1000 11 1010100 110010

Color Harmonies of #EA2014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2014

Black with #EA2014

Text Example


Text Example

White with #EA2014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2014; }

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

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

background-color css

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

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

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

border-color css

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

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

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