Html Css Color HEX #EC130A Scarlet

📋 copy color: '#EC130A'

red 236 ◦ green 19 ◦ blue 10

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

Shades of Scarlet #EC130A

Tints of Scarlet #EC130A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

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

R = 89.06%
G = 7.17%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.07

RGB Variations

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

Color information

#EC130A (or 0xEC130A) is known color: Scarlet. HEX triplet: EC, 13 and 0A. RGB value is (236,19,10). Sum of RGB (Red+Green+Blue) = 236+19+10=265 (35% of max value = 765). Red value is 236 (92.58% from 255 or 89.06% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 10 (4.30% from 255 or 3.77% from 265); Max value from RGB is 236 - color contains mainly: red. Hex color #EC130A is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC130A is #13ECF5. Grayscale: #535353. Windows color (decimal): -1305846 or 660460. OLE color: 660460.

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

Color convert

RGB 236 19 10 -
CMYK 0 0.92 0.96 0.07
HSL 2.39º 0.92% 0.48% -
HSV(B) 2.39º 0.96% 0.93% -
XYZ 34.88 18.32 1.99 -
YUV 82.86 86.89 237.23 -
System Red Green Blue C M Y K H S L
Decimal 236 19 10 0 0.92 0.96 0.07 2.39 0.92 0.48
Hex EC 13 A 0 5C 60 7 2 5C 30
Octal 354 23 12 0 134 140 7 2 134 60
Binary 11101100 10011 1010 0 1011100 1100000 111 10 1011100 110000

Color Harmonies of #EC130A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC130A

Black with #EC130A

Text Example


Text Example

White with #EC130A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC130A; }

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

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

background-color css

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

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

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

border-color css

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

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

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