Html Css Color HEX #EA1712 Scarlet

📋 copy color: '#EA1712'

red 234 ◦ green 23 ◦ blue 18

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

Shades of Scarlet #EA1712

Tints of Scarlet #EA1712

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.36%

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

R = 85.09%
G = 8.36%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.08

RGB Variations

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

Color information

#EA1712 (or 0xEA1712) is known color: Scarlet. HEX triplet: EA, 17 and 12. RGB value is (234,23,18). Sum of RGB (Red+Green+Blue) = 234+23+18=275 (36% of max value = 765). Red value is 234 (91.80% from 255 or 85.09% from 275); Green value is 23 (9.38% from 255 or 8.36% from 275); Blue value is 18 (7.42% from 255 or 6.55% from 275); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1712 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA1712 is #15E8ED. Grayscale: #555555. Windows color (decimal): -1435886 or 1185770. OLE color: 1185770.

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

Color convert

RGB 234 23 18 -
CMYK 0 0.90 0.92 0.08
HSL 1.39º 0.86% 0.49% -
HSV(B) 1.39º 0.92% 0.92% -
XYZ 34.35 18.15 2.27 -
YUV 85.52 89.9 233.91 -
System Red Green Blue C M Y K H S L
Decimal 234 23 18 0 0.90 0.92 0.08 1.39 0.86 0.49
Hex EA 17 12 0 5A 5C 8 1 56 31
Octal 352 27 22 0 132 134 10 1 126 61
Binary 11101010 10111 10010 0 1011010 1011100 1000 1 1010110 110001

Color Harmonies of #EA1712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1712

Black with #EA1712

Text Example


Text Example

White with #EA1712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1712; }

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

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

background-color css

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

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

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

border-color css

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

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

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