Html Css Color HEX #EC2319 Scarlet

📋 copy color: '#EC2319'

red 236 ◦ green 35 ◦ blue 25

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

Shades of Scarlet #EC2319

Tints of Scarlet #EC2319

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.82%

 BLUE value IS 25 (10.16% from 255) = 8.45%

R = 79.73%
G = 11.82%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2319 (or 0xEC2319) is known color: Scarlet. HEX triplet: EC, 23 and 19. RGB value is (236,35,25). Sum of RGB (Red+Green+Blue) = 236+35+25=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 35 (14.06% from 255 or 11.82% from 296); Blue value is 25 (10.16% from 255 or 8.45% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2319 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2319 is #13DCE6. Grayscale: #5E5E5E. Windows color (decimal): -1301735 or 1647596. OLE color: 1647596.

HSL color Cylindrical-coordinate representation of color #EC2319: hue angle of 2.84º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EC2319 is Cyan = 0, Magento = 0.85, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 35 25 -
CMYK 0 0.85 0.89 0.07
HSL 2.84º 0.85% 0.51% -
HSV(B) 2.84º 0.89% 0.93% -
XYZ 35.37 19.11 2.74 -
YUV 93.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 236 35 25 0 0.85 0.89 0.07 2.84 0.85 0.51
Hex EC 23 19 0 55 59 7 3 55 33
Octal 354 43 31 0 125 131 7 3 125 63
Binary 11101100 100011 11001 0 1010101 1011001 111 11 1010101 110011

Color Harmonies of #EC2319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2319

Black with #EC2319

Text Example


Text Example

White with #EC2319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2319; }

 p { color: rgb(236,35,25); }

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

background-color css

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

 a { background-color: rgb(236,35,25); }

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

border-color css

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

 span { border-color: rgb(236,35,25); }

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