Html Css Color HEX #EA3512 Scarlet

📋 copy color: '#EA3512'

red 234 ◦ green 53 ◦ blue 18

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

Shades of Scarlet #EA3512

Tints of Scarlet #EA3512

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.38%

 BLUE value IS 18 (7.42% from 255) = 5.9%

R = 76.72%
G = 17.38%
B = 5.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA3512 (or 0xEA3512) is known color: Scarlet. HEX triplet: EA, 35 and 12. RGB value is (234,53,18). Sum of RGB (Red+Green+Blue) = 234+53+18=305 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.72% from 305); Green value is 53 (21.09% from 255 or 17.38% from 305); Blue value is 18 (7.42% from 255 or 5.90% from 305); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA3512 is #15CAED. Grayscale: #676767. Windows color (decimal): -1428206 or 1193450. OLE color: 1193450.

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

Color convert

RGB 234 53 18 -
CMYK 0 0.77 0.92 0.08
HSL 9.72º 0.86% 0.49% -
HSV(B) 9.72º 0.92% 0.92% -
XYZ 35.31 20.08 2.59 -
YUV 103.13 79.97 221.35 -
System Red Green Blue C M Y K H S L
Decimal 234 53 18 0 0.77 0.92 0.08 9.72 0.86 0.49
Hex EA 35 12 0 4D 5C 8 A 56 31
Octal 352 65 22 0 115 134 10 12 126 61
Binary 11101010 110101 10010 0 1001101 1011100 1000 1010 1010110 110001

Color Harmonies of #EA3512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA3512

Black with #EA3512

Text Example


Text Example

White with #EA3512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA3512; }

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

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

background-color css

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

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

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

border-color css

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

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

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