Html Css Color HEX #EA2512 Scarlet

📋 copy color: '#EA2512'

red 234 ◦ green 37 ◦ blue 18

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

Shades of Scarlet #EA2512

Tints of Scarlet #EA2512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.8%

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

R = 80.97%
G = 12.8%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA2512 (or 0xEA2512) is known color: Scarlet. HEX triplet: EA, 25 and 12. RGB value is (234,37,18). Sum of RGB (Red+Green+Blue) = 234+37+18=289 (38% of max value = 765). Red value is 234 (91.80% from 255 or 80.97% from 289); Green value is 37 (14.84% from 255 or 12.80% from 289); Blue value is 18 (7.42% from 255 or 6.23% from 289); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2512 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA2512 is #15DAED. Grayscale: #5E5E5E. Windows color (decimal): -1432302 or 1189354. OLE color: 1189354.

HSL color Cylindrical-coordinate representation of color #EA2512: hue angle of 5.28º 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 #EA2512 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 37 18 -
CMYK 0 0.84 0.92 0.08
HSL 5.28º 0.86% 0.49% -
HSV(B) 5.28º 0.92% 0.92% -
XYZ 34.7 18.86 2.38 -
YUV 93.74 85.27 228.04 -
System Red Green Blue C M Y K H S L
Decimal 234 37 18 0 0.84 0.92 0.08 5.28 0.86 0.49
Hex EA 25 12 0 54 5C 8 5 56 31
Octal 352 45 22 0 124 134 10 5 126 61
Binary 11101010 100101 10010 0 1010100 1011100 1000 101 1010110 110001

Color Harmonies of #EA2512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA2512

Black with #EA2512

Text Example


Text Example

White with #EA2512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA2512; }

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

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

background-color css

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

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

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

border-color css

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

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

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