Html Css Color HEX #EC303F Alizarin

📋 copy color: '#EC303F'

red 236 ◦ green 48 ◦ blue 63

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

Shades of Alizarin #EC303F

Tints of Alizarin #EC303F

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.83%

 BLUE value IS 63 (25% from 255) = 18.16%

R = 68.01%
G = 13.83%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC303F (or 0xEC303F) is known color: Alizarin. HEX triplet: EC, 30 and 3F. RGB value is (236,48,63). Sum of RGB (Red+Green+Blue) = 236+48+63=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 48 (19.14% from 255 or 13.83% from 347); Blue value is 63 (25% from 255 or 18.16% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC303F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC303F is #13CFC0. Grayscale: #6A6A6A. Windows color (decimal): -1298369 or 4141292. OLE color: 4141292.

HSL color Cylindrical-coordinate representation of color #EC303F: hue angle of 355.21º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC303F is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 48 63 -
CMYK 0 0.80 0.73 0.07
HSL 355.21º 0.83% 0.56% -
HSV(B) 355.21º 0.8% 0.93% -
XYZ 36.55 20.31 6.7 -
YUV 105.92 103.78 220.78 -
System Red Green Blue C M Y K H S L
Decimal 236 48 63 0 0.80 0.73 0.07 355.21 0.83 0.56
Hex EC 30 3F 0 50 49 7 163 53 38
Octal 354 60 77 0 120 111 7 543 123 70
Binary 11101100 110000 111111 0 1010000 1001001 111 101100011 1010011 111000

Color Harmonies of #EC303F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC303F

Black with #EC303F

Text Example


Text Example

White with #EC303F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC303F; }

 p { color: rgb(236,48,63); }

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

background-color css

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

 a { background-color: rgb(236,48,63); }

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

border-color css

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

 span { border-color: rgb(236,48,63); }

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