Html Css Color HEX #EC2517 Scarlet

📋 copy color: '#EC2517'

red 236 ◦ green 37 ◦ blue 23

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

Shades of Scarlet #EC2517

Tints of Scarlet #EC2517

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.5%

 BLUE value IS 23 (9.38% from 255) = 7.77%

R = 79.73%
G = 12.5%
B = 7.77%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.90

 K value IS 0.07

RGB Variations

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

Color information

#EC2517 (or 0xEC2517) is known color: Scarlet. HEX triplet: EC, 25 and 17. RGB value is (236,37,23). Sum of RGB (Red+Green+Blue) = 236+37+23=296 (39% of max value = 765). Red value is 236 (92.58% from 255 or 79.73% from 296); Green value is 37 (14.84% from 255 or 12.5% from 296); Blue value is 23 (9.38% from 255 or 7.77% from 296); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2517 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2517 is #13DAE8. Grayscale: #5F5F5F. Windows color (decimal): -1301225 or 1517036. OLE color: 1517036.

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

Color convert

RGB 236 37 23 -
CMYK 0 0.84 0.90 0.07
HSL 3.94º 0.85% 0.51% -
HSV(B) 3.94º 0.9% 0.93% -
XYZ 35.41 19.22 2.65 -
YUV 94.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 236 37 23 0 0.84 0.90 0.07 3.94 0.85 0.51
Hex EC 25 17 0 54 5A 7 4 55 33
Octal 354 45 27 0 124 132 7 4 125 63
Binary 11101100 100101 10111 0 1010100 1011010 111 100 1010101 110011

Color Harmonies of #EC2517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2517

Black with #EC2517

Text Example


Text Example

White with #EC2517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2517; }

 p { color: rgb(236,37,23); }

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

background-color css

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

 a { background-color: rgb(236,37,23); }

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

border-color css

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

 span { border-color: rgb(236,37,23); }

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