Html Css Color HEX #EC3227 Cinnabar

📋 copy color: '#EC3227'

red 236 ◦ green 50 ◦ blue 39

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

Shades of Cinnabar #EC3227

Tints of Cinnabar #EC3227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 12%

R = 72.62%
G = 15.38%
B = 12%

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

#EC3227 (or 0xEC3227) is known color: Cinnabar. HEX triplet: EC, 32 and 27. RGB value is (236,50,39). Sum of RGB (Red+Green+Blue) = 236+50+39=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 39 (15.62% from 255 or 12% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3227 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3227 is #13CDD8. Grayscale: #686868. Windows color (decimal): -1297881 or 2568940. OLE color: 2568940.

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

Color convert

RGB 236 50 39 -
CMYK 0 0.79 0.83 0.07
HSL 3.35º 0.84% 0.54% -
HSV(B) 3.35º 0.83% 0.93% -
XYZ 36.1 20.26 3.93 -
YUV 104.36 91.12 221.89 -
System Red Green Blue C M Y K H S L
Decimal 236 50 39 0 0.79 0.83 0.07 3.35 0.84 0.54
Hex EC 32 27 0 4F 53 7 3 54 36
Octal 354 62 47 0 117 123 7 3 124 66
Binary 11101100 110010 100111 0 1001111 1010011 111 11 1010100 110110

Color Harmonies of #EC3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3227

Black with #EC3227

Text Example


Text Example

White with #EC3227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3227; }

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

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

background-color css

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

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

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

border-color css

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

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

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