Html Css Color HEX #EC3226 Cinnabar

📋 copy color: '#EC3226'

red 236 ◦ green 50 ◦ blue 38

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

Shades of Cinnabar #EC3226

Tints of Cinnabar #EC3226

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.43%

 BLUE value IS 38 (15.23% from 255) = 11.73%

R = 72.84%
G = 15.43%
B = 11.73%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3226 (or 0xEC3226) is known color: Cinnabar. HEX triplet: EC, 32 and 26. RGB value is (236,50,38). Sum of RGB (Red+Green+Blue) = 236+50+38=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 50 (19.92% from 255 or 15.43% from 324); Blue value is 38 (15.23% from 255 or 11.73% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3226 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3226 is #13CDD9. Grayscale: #686868. Windows color (decimal): -1297882 or 2503404. OLE color: 2503404.

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

Color convert

RGB 236 50 38 -
CMYK 0 0.79 0.84 0.07
HSL 3.64º 0.84% 0.54% -
HSV(B) 3.64º 0.84% 0.93% -
XYZ 36.08 20.25 3.84 -
YUV 104.25 90.62 221.98 -
System Red Green Blue C M Y K H S L
Decimal 236 50 38 0 0.79 0.84 0.07 3.64 0.84 0.54
Hex EC 32 26 0 4F 54 7 4 54 36
Octal 354 62 46 0 117 124 7 4 124 66
Binary 11101100 110010 100110 0 1001111 1010100 111 100 1010100 110110

Color Harmonies of #EC3226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3226

Black with #EC3226

Text Example


Text Example

White with #EC3226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3226; }

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

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

background-color css

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

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

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

border-color css

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

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

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