Html Css Color HEX #EC2707 Scarlet

📋 copy color: '#EC2707'

red 236 ◦ green 39 ◦ blue 7

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

Shades of Scarlet #EC2707

Tints of Scarlet #EC2707

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.48%

R = 83.69%
G = 13.83%
B = 2.48%

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

#EC2707 (or 0xEC2707) is known color: Scarlet. HEX triplet: EC, 27 and 07. RGB value is (236,39,7). Sum of RGB (Red+Green+Blue) = 236+39+7=282 (37% of max value = 765). Red value is 236 (92.58% from 255 or 83.69% from 282); Green value is 39 (15.62% from 255 or 13.83% from 282); Blue value is 7 (3.12% from 255 or 2.48% from 282); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2707 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2707 is #13D8F8. Grayscale: #5E5E5E. Windows color (decimal): -1300729 or 468972. OLE color: 468972.

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

Color convert

RGB 236 39 7 -
CMYK 0 0.83 0.97 0.07
HSL 8.38º 0.94% 0.48% -
HSV(B) 8.38º 0.97% 0.93% -
XYZ 35.36 19.3 2.06 -
YUV 94.26 78.77 229.1 -
System Red Green Blue C M Y K H S L
Decimal 236 39 7 0 0.83 0.97 0.07 8.38 0.94 0.48
Hex EC 27 7 0 53 61 7 8 5E 30
Octal 354 47 7 0 123 141 7 10 136 60
Binary 11101100 100111 111 0 1010011 1100001 111 1000 1011110 110000

Color Harmonies of #EC2707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2707

Black with #EC2707

Text Example


Text Example

White with #EC2707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2707; }

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

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

background-color css

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

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

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

border-color css

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

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

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