Html Css Color HEX #EC2806 Scarlet

📋 copy color: '#EC2806'

red 236 ◦ green 40 ◦ blue 6

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

Shades of Scarlet #EC2806

Tints of Scarlet #EC2806

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.18%

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

R = 83.69%
G = 14.18%
B = 2.13%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC2806 (or 0xEC2806) is known color: Scarlet. HEX triplet: EC, 28 and 06. RGB value is (236,40,6). Sum of RGB (Red+Green+Blue) = 236+40+6=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 40 (16.02% from 255 or 14.18% from 282); Blue value is 6 (2.73% from 255 or 2.13% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2806 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2806 is #13D7F9. Grayscale: #5F5F5F. Windows color (decimal): -1300474 or 403692. OLE color: 403692.

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

Color convert

RGB 236 40 6 -
CMYK 0 0.83 0.97 0.07
HSL 8.87º 0.95% 0.47% -
HSV(B) 8.87º 0.97% 0.93% -
XYZ 35.38 19.36 2.04 -
YUV 94.73 77.93 228.76 -
System Red Green Blue C M Y K H S L
Decimal 236 40 6 0 0.83 0.97 0.07 8.87 0.95 0.47
Hex EC 28 6 0 53 61 7 9 5F 2F
Octal 354 50 6 0 123 141 7 11 137 57
Binary 11101100 101000 110 0 1010011 1100001 111 1001 1011111 101111

Color Harmonies of #EC2806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2806

Black with #EC2806

Text Example


Text Example

White with #EC2806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2806; }

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

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

background-color css

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

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

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

border-color css

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

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

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