Html Css Color HEX #EC2506 Scarlet

📋 copy color: '#EC2506'

red 236 ◦ green 37 ◦ blue 6

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

Shades of Scarlet #EC2506

Tints of Scarlet #EC2506

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.26%

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

R = 84.59%
G = 13.26%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2506 (or 0xEC2506) is known color: Scarlet. HEX triplet: EC, 25 and 06. RGB value is (236,37,6). Sum of RGB (Red+Green+Blue) = 236+37+6=279 (36% of max value = 765). Red value is 236 (92.58% from 255 or 84.59% from 279); Green value is 37 (14.84% from 255 or 13.26% from 279); Blue value is 6 (2.73% from 255 or 2.15% from 279); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2506 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2506 is #13DAF9. Grayscale: #5D5D5D. Windows color (decimal): -1301242 or 402924. OLE color: 402924.

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

Color convert

RGB 236 37 6 -
CMYK 0 0.84 0.97 0.07
HSL 8.09º 0.95% 0.47% -
HSV(B) 8.09º 0.97% 0.93% -
XYZ 35.29 19.17 2.01 -
YUV 92.97 78.93 230.02 -
System Red Green Blue C M Y K H S L
Decimal 236 37 6 0 0.84 0.97 0.07 8.09 0.95 0.47
Hex EC 25 6 0 54 61 7 8 5F 2F
Octal 354 45 6 0 124 141 7 10 137 57
Binary 11101100 100101 110 0 1010100 1100001 111 1000 1011111 101111

Color Harmonies of #EC2506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2506

Black with #EC2506

Text Example


Text Example

White with #EC2506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2506; }

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

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

background-color css

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

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

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

border-color css

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

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

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