Html Css Color HEX #EA180E Scarlet

📋 copy color: '#EA180E'

red 234 ◦ green 24 ◦ blue 14

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

Shades of Scarlet #EA180E

Tints of Scarlet #EA180E

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.82%

 BLUE value IS 14 (5.86% from 255) = 5.15%

R = 86.03%
G = 8.82%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#EA180E (or 0xEA180E) is known color: Scarlet. HEX triplet: EA, 18 and 0E. RGB value is (234,24,14). Sum of RGB (Red+Green+Blue) = 234+24+14=272 (36% of max value = 765). Red value is 234 (91.80% from 255 or 86.03% from 272); Green value is 24 (9.77% from 255 or 8.82% from 272); Blue value is 14 (5.86% from 255 or 5.15% from 272); Max value from RGB is 234 - color contains mainly: red. Hex color #EA180E is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA180E is #15E7F1. Grayscale: #555555. Windows color (decimal): -1435634 or 923882. OLE color: 923882.

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

Color convert

RGB 234 24 14 -
CMYK 0 0.90 0.94 0.08
HSL 2.73º 0.89% 0.49% -
HSV(B) 2.73º 0.94% 0.92% -
XYZ 34.34 18.18 2.11 -
YUV 85.65 87.57 233.81 -
System Red Green Blue C M Y K H S L
Decimal 234 24 14 0 0.90 0.94 0.08 2.73 0.89 0.49
Hex EA 18 E 0 5A 5E 8 3 59 31
Octal 352 30 16 0 132 136 10 3 131 61
Binary 11101010 11000 1110 0 1011010 1011110 1000 11 1011001 110001

Color Harmonies of #EA180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA180E

Black with #EA180E

Text Example


Text Example

White with #EA180E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA180E; }

 p { color: rgb(234,24,14); }

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

background-color css

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

 a { background-color: rgb(234,24,14); }

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

border-color css

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

 span { border-color: rgb(234,24,14); }

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