Html Css Color HEX #EC262F Alizarin

📋 copy color: '#EC262F'

red 236 ◦ green 38 ◦ blue 47

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

Shades of Alizarin #EC262F

Tints of Alizarin #EC262F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.64%

R = 73.52%
G = 11.84%
B = 14.64%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC262F (or 0xEC262F) is known color: Alizarin. HEX triplet: EC, 26 and 2F. RGB value is (236,38,47). Sum of RGB (Red+Green+Blue) = 236+38+47=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 38 (15.23% from 255 or 11.84% from 321); Blue value is 47 (18.75% from 255 or 14.64% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC262F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC262F is #13D9D0. Grayscale: #626262. Windows color (decimal): -1300945 or 3090156. OLE color: 3090156.

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

Color convert

RGB 236 38 47 -
CMYK 0 0.84 0.80 0.07
HSL 357.27º 0.84% 0.54% -
HSV(B) 357.27º 0.84% 0.93% -
XYZ 35.8 19.42 4.55 -
YUV 98.23 99.1 226.27 -
System Red Green Blue C M Y K H S L
Decimal 236 38 47 0 0.84 0.80 0.07 357.27 0.84 0.54
Hex EC 26 2F 0 54 50 7 165 54 36
Octal 354 46 57 0 124 120 7 545 124 66
Binary 11101100 100110 101111 0 1010100 1010000 111 101100101 1010100 110110

Color Harmonies of #EC262F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC262F

Black with #EC262F

Text Example


Text Example

White with #EC262F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC262F; }

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

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

background-color css

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

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

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

border-color css

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

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

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