Html Css Color HEX #EC1E19 Scarlet

📋 copy color: '#EC1E19'

red 236 ◦ green 30 ◦ blue 25

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

Shades of Scarlet #EC1E19

Tints of Scarlet #EC1E19

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.31%

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

R = 81.1%
G = 10.31%
B = 8.59%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC1E19 (or 0xEC1E19) is known color: Scarlet. HEX triplet: EC, 1E and 19. RGB value is (236,30,25). Sum of RGB (Red+Green+Blue) = 236+30+25=291 (38% of max value = 765). Red value is 236 (92.58% from 255 or 81.10% from 291); Green value is 30 (12.11% from 255 or 10.31% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 236 - color contains mainly: red. Hex color #EC1E19 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EC1E19 is #13E1E6. Grayscale: #5B5B5B. Windows color (decimal): -1303015 or 1646316. OLE color: 1646316.

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

Color convert

RGB 236 30 25 -
CMYK 0 0.87 0.89 0.07
HSL 1.42º 0.85% 0.51% -
HSV(B) 1.42º 0.89% 0.93% -
XYZ 35.23 18.83 2.7 -
YUV 91.02 90.75 231.41 -
System Red Green Blue C M Y K H S L
Decimal 236 30 25 0 0.87 0.89 0.07 1.42 0.85 0.51
Hex EC 1E 19 0 57 59 7 1 55 33
Octal 354 36 31 0 127 131 7 1 125 63
Binary 11101100 11110 11001 0 1010111 1011001 111 1 1010101 110011

Color Harmonies of #EC1E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC1E19

Black with #EC1E19

Text Example


Text Example

White with #EC1E19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC1E19; }

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

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

background-color css

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

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

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

border-color css

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

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

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