Html Css Color HEX #EC180A Scarlet

📋 copy color: '#EC180A'

red 236 ◦ green 24 ◦ blue 10

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

Shades of Scarlet #EC180A

Tints of Scarlet #EC180A

RGB

 RED value IS 236 (92.58% from 255) = 87.41%

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

 BLUE value IS 10 (4.3% from 255) = 3.7%

R = 87.41%
G = 8.89%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC180A (or 0xEC180A) is known color: Scarlet. HEX triplet: EC, 18 and 0A. RGB value is (236,24,10). Sum of RGB (Red+Green+Blue) = 236+24+10=270 (35% of max value = 765). Red value is 236 (92.58% from 255 or 87.41% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 236 - color contains mainly: red. Hex color #EC180A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC180A is #13E7F5. Grayscale: #565656. Windows color (decimal): -1304566 or 661740. OLE color: 661740.

HSL color Cylindrical-coordinate representation of color #EC180A: hue angle of 3.72º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #EC180A is Cyan = 0, Magento = 0.90, Yellow = 0.96 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 24 10 -
CMYK 0 0.90 0.96 0.07
HSL 3.72º 0.92% 0.48% -
HSV(B) 3.72º 0.96% 0.93% -
XYZ 34.97 18.51 2.02 -
YUV 85.79 85.24 235.14 -
System Red Green Blue C M Y K H S L
Decimal 236 24 10 0 0.90 0.96 0.07 3.72 0.92 0.48
Hex EC 18 A 0 5A 60 7 4 5C 30
Octal 354 30 12 0 132 140 7 4 134 60
Binary 11101100 11000 1010 0 1011010 1100000 111 100 1011100 110000

Color Harmonies of #EC180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC180A

Black with #EC180A

Text Example


Text Example

White with #EC180A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC180A; }

 p { color: rgb(236,24,10); }

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

background-color css

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

 a { background-color: rgb(236,24,10); }

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

border-color css

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

 span { border-color: rgb(236,24,10); }

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