Html Css Color HEX #EC3228 Cinnabar

📋 copy color: '#EC3228'

red 236 ◦ green 50 ◦ blue 40

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

Shades of Cinnabar #EC3228

Tints of Cinnabar #EC3228

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.27%

R = 72.39%
G = 15.34%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.07

RGB Variations

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

Color information

#EC3228 (or 0xEC3228) is known color: Cinnabar. HEX triplet: EC, 32 and 28. RGB value is (236,50,40). Sum of RGB (Red+Green+Blue) = 236+50+40=326 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.39% from 326); Green value is 50 (19.92% from 255 or 15.34% from 326); Blue value is 40 (16.02% from 255 or 12.27% from 326); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3228 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3228 is #13CDD7. Grayscale: #686868. Windows color (decimal): -1297880 or 2634476. OLE color: 2634476.

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

Color convert

RGB 236 50 40 -
CMYK 0 0.79 0.83 0.07
HSL 3.06º 0.84% 0.54% -
HSV(B) 3.06º 0.83% 0.93% -
XYZ 36.12 20.27 4.02 -
YUV 104.47 91.62 221.81 -
System Red Green Blue C M Y K H S L
Decimal 236 50 40 0 0.79 0.83 0.07 3.06 0.84 0.54
Hex EC 32 28 0 4F 53 7 3 54 36
Octal 354 62 50 0 117 123 7 3 124 66
Binary 11101100 110010 101000 0 1001111 1010011 111 11 1010100 110110

Color Harmonies of #EC3228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3228

Black with #EC3228

Text Example


Text Example

White with #EC3228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3228; }

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

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

background-color css

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

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

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

border-color css

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

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

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