Html Css Color HEX #EC2706 Scarlet

📋 copy color: '#EC2706'

red 236 ◦ green 39 ◦ blue 6

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

Shades of Scarlet #EC2706

Tints of Scarlet #EC2706

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.88%

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

R = 83.99%
G = 13.88%
B = 2.14%

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

#EC2706 (or 0xEC2706) is known color: Scarlet. HEX triplet: EC, 27 and 06. RGB value is (236,39,6). Sum of RGB (Red+Green+Blue) = 236+39+6=281 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.99% from 281); Green value is 39 (15.62% from 255 or 13.88% from 281); Blue value is 6 (2.73% from 255 or 2.14% from 281); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2706 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2706 is #13D8F9. Grayscale: #5E5E5E. Windows color (decimal): -1300730 or 403436. OLE color: 403436.

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

Color convert

RGB 236 39 6 -
CMYK 0 0.83 0.97 0.07
HSL 8.61º 0.95% 0.47% -
HSV(B) 8.61º 0.97% 0.93% -
XYZ 35.35 19.3 2.03 -
YUV 94.14 78.27 229.18 -
System Red Green Blue C M Y K H S L
Decimal 236 39 6 0 0.83 0.97 0.07 8.61 0.95 0.47
Hex EC 27 6 0 53 61 7 9 5F 2F
Octal 354 47 6 0 123 141 7 11 137 57
Binary 11101100 100111 110 0 1010011 1100001 111 1001 1011111 101111

Color Harmonies of #EC2706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2706

Black with #EC2706

Text Example


Text Example

White with #EC2706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2706; }

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

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

background-color css

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

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

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

border-color css

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

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

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