Html Css Color HEX #EC263F Alizarin

📋 copy color: '#EC263F'

red 236 ◦ green 38 ◦ blue 63

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

Shades of Alizarin #EC263F

Tints of Alizarin #EC263F

RGB

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

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

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

R = 70.03%
G = 11.28%
B = 18.69%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC263F (or 0xEC263F) is known color: Alizarin. HEX triplet: EC, 26 and 3F. RGB value is (236,38,63). Sum of RGB (Red+Green+Blue) = 236+38+63=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 63 (25% from 255 or 18.69% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC263F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC263F is #13D9C0. Grayscale: #646464. Windows color (decimal): -1300929 or 4138732. OLE color: 4138732.

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

Color convert

RGB 236 38 63 -
CMYK 0 0.84 0.73 0.07
HSL 352.42º 0.84% 0.54% -
HSV(B) 352.42º 0.84% 0.93% -
XYZ 36.18 19.58 6.57 -
YUV 100.05 107.1 224.97 -
System Red Green Blue C M Y K H S L
Decimal 236 38 63 0 0.84 0.73 0.07 352.42 0.84 0.54
Hex EC 26 3F 0 54 49 7 160 54 36
Octal 354 46 77 0 124 111 7 540 124 66
Binary 11101100 100110 111111 0 1010100 1001001 111 101100000 1010100 110110

Color Harmonies of #EC263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC263F

Black with #EC263F

Text Example


Text Example

White with #EC263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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