Html Css Color HEX #EC1A0F Scarlet

📋 copy color: '#EC1A0F'

red 236 ◦ green 26 ◦ blue 15

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

Shades of Scarlet #EC1A0F

Tints of Scarlet #EC1A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.39%

 BLUE value IS 15 (6.25% from 255) = 5.42%

R = 85.2%
G = 9.39%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.94

 K value IS 0.07

RGB Variations

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

Color information

#EC1A0F (or 0xEC1A0F) is known color: Scarlet. HEX triplet: EC, 1A and 0F. RGB value is (236,26,15). Sum of RGB (Red+Green+Blue) = 236+26+15=277 (36% of max value = 765). Red value is 236 (92.58% from 255 or 85.20% from 277); Green value is 26 (10.55% from 255 or 9.39% from 277); Blue value is 15 (6.25% from 255 or 5.42% from 277); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A0F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1A0F is #13E5F0. Grayscale: #575757. Windows color (decimal): -1304049 or 989932. OLE color: 989932.

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

Color convert

RGB 236 26 15 -
CMYK 0 0.89 0.94 0.07
HSL 2.99º 0.88% 0.49% -
HSV(B) 2.99º 0.94% 0.93% -
XYZ 35.05 18.61 2.2 -
YUV 87.54 87.07 233.89 -
System Red Green Blue C M Y K H S L
Decimal 236 26 15 0 0.89 0.94 0.07 2.99 0.88 0.49
Hex EC 1A F 0 59 5E 7 3 58 31
Octal 354 32 17 0 131 136 7 3 130 61
Binary 11101100 11010 1111 0 1011001 1011110 111 11 1011000 110001

Color Harmonies of #EC1A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A0F

Black with #EC1A0F

Text Example


Text Example

White with #EC1A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A0F; }

 p { color: rgb(236,26,15); }

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

background-color css

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

 a { background-color: rgb(236,26,15); }

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

border-color css

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

 span { border-color: rgb(236,26,15); }

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