Html Css Color HEX #EA1512 Scarlet

📋 copy color: '#EA1512'

red 234 ◦ green 21 ◦ blue 18

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

Shades of Scarlet #EA1512

Tints of Scarlet #EA1512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 85.71%
G = 7.69%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA1512 (or 0xEA1512) is known color: Scarlet. HEX triplet: EA, 15 and 12. RGB value is (234,21,18). Sum of RGB (Red+Green+Blue) = 234+21+18=273 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.71% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1512 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1512 is #15EAED. Grayscale: #545454. Windows color (decimal): -1436398 or 1185258. OLE color: 1185258.

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

Color convert

RGB 234 21 18 -
CMYK 0 0.91 0.92 0.08
HSL 0.83º 0.86% 0.49% -
HSV(B) 0.83º 0.92% 0.92% -
XYZ 34.31 18.07 2.25 -
YUV 84.35 90.57 234.74 -
System Red Green Blue C M Y K H S L
Decimal 234 21 18 0 0.91 0.92 0.08 0.83 0.86 0.49
Hex EA 15 12 0 5B 5C 8 1 56 31
Octal 352 25 22 0 133 134 10 1 126 61
Binary 11101010 10101 10010 0 1011011 1011100 1000 1 1010110 110001

Color Harmonies of #EA1512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1512

Black with #EA1512

Text Example


Text Example

White with #EA1512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1512; }

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

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

background-color css

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

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

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

border-color css

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

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

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