Html Css Color HEX #EC262E Alizarin

📋 copy color: '#EC262E'

red 236 ◦ green 38 ◦ blue 46

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

Shades of Alizarin #EC262E

Tints of Alizarin #EC262E

RGB

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

 GREEN value IS 38 (15.23% from 255) = 11.88%

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 73.75%
G = 11.88%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC262E (or 0xEC262E) is known color: Alizarin. HEX triplet: EC, 26 and 2E. RGB value is (236,38,46). Sum of RGB (Red+Green+Blue) = 236+38+46=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 38 (15.23% from 255 or 11.88% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC262E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC262E is #13D9D1. Grayscale: #626262. Windows color (decimal): -1300946 or 3024620. OLE color: 3024620.

HSL color Cylindrical-coordinate representation of color #EC262E: hue angle of 357.58º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EC262E is Cyan = 0, Magento = 0.84, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 38 46 -
CMYK 0 0.84 0.81 0.07
HSL 357.58º 0.84% 0.54% -
HSV(B) 357.58º 0.84% 0.93% -
XYZ 35.78 19.42 4.45 -
YUV 98.11 98.6 226.35 -
System Red Green Blue C M Y K H S L
Decimal 236 38 46 0 0.84 0.81 0.07 357.58 0.84 0.54
Hex EC 26 2E 0 54 51 7 166 54 36
Octal 354 46 56 0 124 121 7 546 124 66
Binary 11101100 100110 101110 0 1010100 1010001 111 101100110 1010100 110110

Color Harmonies of #EC262E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC262E

Black with #EC262E

Text Example


Text Example

White with #EC262E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC262E; }

 p { color: rgb(236,38,46); }

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

background-color css

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

 a { background-color: rgb(236,38,46); }

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

border-color css

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

 span { border-color: rgb(236,38,46); }

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