Html Css Color HEX #EC1507 Scarlet

📋 copy color: '#EC1507'

red 236 ◦ green 21 ◦ blue 7

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

Shades of Scarlet #EC1507

Tints of Scarlet #EC1507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.95%

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

R = 89.39%
G = 7.95%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#EC1507 (or 0xEC1507) is known color: Scarlet. HEX triplet: EC, 15 and 07. RGB value is (236,21,7). Sum of RGB (Red+Green+Blue) = 236+21+7=264 (34% of max value = 765). Red value is 236 (92.58% from 255 or 89.39% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 7 (3.12% from 255 or 2.65% from 264); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1507 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EC1507 is #13EAF8. Grayscale: #535353. Windows color (decimal): -1305337 or 464364. OLE color: 464364.

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

Color convert

RGB 236 21 7 -
CMYK 0 0.91 0.97 0.07
HSL 3.67º 0.94% 0.48% -
HSV(B) 3.67º 0.97% 0.93% -
XYZ 34.9 18.38 1.91 -
YUV 83.69 84.73 236.64 -
System Red Green Blue C M Y K H S L
Decimal 236 21 7 0 0.91 0.97 0.07 3.67 0.94 0.48
Hex EC 15 7 0 5B 61 7 4 5E 30
Octal 354 25 7 0 133 141 7 4 136 60
Binary 11101100 10101 111 0 1011011 1100001 111 100 1011110 110000

Color Harmonies of #EC1507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1507

Black with #EC1507

Text Example


Text Example

White with #EC1507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1507; }

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

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

background-color css

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

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

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

border-color css

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

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

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