Html Css Color HEX #EC3038 Alizarin

📋 copy color: '#EC3038'

red 236 ◦ green 48 ◦ blue 56

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

Shades of Alizarin #EC3038

Tints of Alizarin #EC3038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 69.41%
G = 14.12%
B = 16.47%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC3038 (or 0xEC3038) is known color: Alizarin. HEX triplet: EC, 30 and 38. RGB value is (236,48,56). Sum of RGB (Red+Green+Blue) = 236+48+56=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 48 (19.14% from 255 or 14.12% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3038 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3038 is #13CFC7. Grayscale: #696969. Windows color (decimal): -1298376 or 3682540. OLE color: 3682540.

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

Color convert

RGB 236 48 56 -
CMYK 0 0.80 0.76 0.07
HSL 357.45º 0.83% 0.56% -
HSV(B) 357.45º 0.8% 0.93% -
XYZ 36.36 20.23 5.73 -
YUV 105.12 100.28 221.35 -
System Red Green Blue C M Y K H S L
Decimal 236 48 56 0 0.80 0.76 0.07 357.45 0.83 0.56
Hex EC 30 38 0 50 4C 7 165 53 38
Octal 354 60 70 0 120 114 7 545 123 70
Binary 11101100 110000 111000 0 1010000 1001100 111 101100101 1010011 111000

Color Harmonies of #EC3038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3038

Black with #EC3038

Text Example


Text Example

White with #EC3038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3038; }

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

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

background-color css

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

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

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

border-color css

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

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

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