Html Css Color HEX #EC2719 Scarlet

📋 copy color: '#EC2719'

red 236 ◦ green 39 ◦ blue 25

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

Shades of Scarlet #EC2719

Tints of Scarlet #EC2719

RGB

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

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

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

R = 78.67%
G = 13%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2719 (or 0xEC2719) is known color: Scarlet. HEX triplet: EC, 27 and 19. RGB value is (236,39,25). Sum of RGB (Red+Green+Blue) = 236+39+25=300 (39% of max value = 765). Red value is 236 (92.58% from 255 or 78.67% from 300); Green value is 39 (15.62% from 255 or 13% from 300); Blue value is 25 (10.16% from 255 or 8.33% from 300); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2719 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2719 is #13D8E6. Grayscale: #606060. Windows color (decimal): -1300711 or 1648620. OLE color: 1648620.

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

Color convert

RGB 236 39 25 -
CMYK 0 0.83 0.89 0.07
HSL 3.98º 0.85% 0.51% -
HSV(B) 3.98º 0.89% 0.93% -
XYZ 35.49 19.35 2.78 -
YUV 96.31 87.77 227.64 -
System Red Green Blue C M Y K H S L
Decimal 236 39 25 0 0.83 0.89 0.07 3.98 0.85 0.51
Hex EC 27 19 0 53 59 7 4 55 33
Octal 354 47 31 0 123 131 7 4 125 63
Binary 11101100 100111 11001 0 1010011 1011001 111 100 1010101 110011

Color Harmonies of #EC2719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2719

Black with #EC2719

Text Example


Text Example

White with #EC2719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2719; }

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

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

background-color css

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

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

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

border-color css

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

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

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