Html Css Color HEX #EC2F19 Scarlet

📋 copy color: '#EC2F19'

red 236 ◦ green 47 ◦ blue 25

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

Shades of Scarlet #EC2F19

Tints of Scarlet #EC2F19

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

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

R = 76.62%
G = 15.26%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC2F19 (or 0xEC2F19) is known color: Scarlet. HEX triplet: EC, 2F and 19. RGB value is (236,47,25). Sum of RGB (Red+Green+Blue) = 236+47+25=308 (40% of max value = 765). Red value is 236 (92.58% from 255 or 76.62% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 25 (10.16% from 255 or 8.12% from 308); Max value from RGB is 236 - color contains mainly: red. Hex color #EC2F19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC2F19 is #13D0E6. Grayscale: #656565. Windows color (decimal): -1298663 or 1650668. OLE color: 1650668.

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

Color convert

RGB 236 47 25 -
CMYK 0 0.80 0.89 0.07
HSL 6.26º 0.85% 0.51% -
HSV(B) 6.26º 0.89% 0.93% -
XYZ 35.78 19.94 2.88 -
YUV 101 85.12 224.29 -
System Red Green Blue C M Y K H S L
Decimal 236 47 25 0 0.80 0.89 0.07 6.26 0.85 0.51
Hex EC 2F 19 0 50 59 7 6 55 33
Octal 354 57 31 0 120 131 7 6 125 63
Binary 11101100 101111 11001 0 1010000 1011001 111 110 1010101 110011

Color Harmonies of #EC2F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC2F19

Black with #EC2F19

Text Example


Text Example

White with #EC2F19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC2F19; }

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

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

background-color css

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

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

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

border-color css

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

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

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