Html Css Color HEX #EC1307 Scarlet

📋 copy color: '#EC1307'

red 236 ◦ green 19 ◦ blue 7

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

Shades of Scarlet #EC1307

Tints of Scarlet #EC1307

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 90.08%
G = 7.25%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1307 (or 0xEC1307) is known color: Scarlet. HEX triplet: EC, 13 and 07. RGB value is (236,19,7). Sum of RGB (Red+Green+Blue) = 236+19+7=262 (34% of max value = 765). Red value is 236 (92.58% from 255 or 90.08% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 7 (3.12% from 255 or 2.67% from 262); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1307 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1307 is #13ECF8. Grayscale: #525252. Windows color (decimal): -1305849 or 463852. OLE color: 463852.

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

Color convert

RGB 236 19 7 -
CMYK 0 0.92 0.97 0.07
HSL 3.14º 0.94% 0.48% -
HSV(B) 3.14º 0.97% 0.93% -
XYZ 34.86 18.31 1.9 -
YUV 82.52 85.39 237.48 -
System Red Green Blue C M Y K H S L
Decimal 236 19 7 0 0.92 0.97 0.07 3.14 0.94 0.48
Hex EC 13 7 0 5C 61 7 3 5E 30
Octal 354 23 7 0 134 141 7 3 136 60
Binary 11101100 10011 111 0 1011100 1100001 111 11 1011110 110000

Color Harmonies of #EC1307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1307

Black with #EC1307

Text Example


Text Example

White with #EC1307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1307; }

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

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

background-color css

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

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

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

border-color css

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

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

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