Html Css Color HEX #EC1A06 Scarlet

📋 copy color: '#EC1A06'

red 236 ◦ green 26 ◦ blue 6

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

Shades of Scarlet #EC1A06

Tints of Scarlet #EC1A06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.24%

R = 88.06%
G = 9.7%
B = 2.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1A06 (or 0xEC1A06) is known color: Scarlet. HEX triplet: EC, 1A and 06. RGB value is (236,26,6). Sum of RGB (Red+Green+Blue) = 236+26+6=268 (35% of max value = 765). Red value is 236 (92.58% from 255 or 88.06% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 6 (2.73% from 255 or 2.24% from 268); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1A06 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1A06 is #13E5F9. Grayscale: #565656. Windows color (decimal): -1304058 or 400108. OLE color: 400108.

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

Color convert

RGB 236 26 6 -
CMYK 0 0.89 0.97 0.07
HSL 5.22º 0.95% 0.47% -
HSV(B) 5.22º 0.97% 0.93% -
XYZ 34.99 18.58 1.92 -
YUV 86.51 82.57 234.63 -
System Red Green Blue C M Y K H S L
Decimal 236 26 6 0 0.89 0.97 0.07 5.22 0.95 0.47
Hex EC 1A 6 0 59 61 7 5 5F 2F
Octal 354 32 6 0 131 141 7 5 137 57
Binary 11101100 11010 110 0 1011001 1100001 111 101 1011111 101111

Color Harmonies of #EC1A06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1A06

Black with #EC1A06

Text Example


Text Example

White with #EC1A06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1A06; }

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

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

background-color css

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

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

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

border-color css

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

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

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