Html Css Color HEX #EC3326 Cinnabar

📋 copy color: '#EC3326'

red 236 ◦ green 51 ◦ blue 38

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

Shades of Cinnabar #EC3326

Tints of Cinnabar #EC3326

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.69%

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

R = 72.62%
G = 15.69%
B = 11.69%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC3326 (or 0xEC3326) is known color: Cinnabar. HEX triplet: EC, 33 and 26. RGB value is (236,51,38). Sum of RGB (Red+Green+Blue) = 236+51+38=325 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.62% from 325); Green value is 51 (20.31% from 255 or 15.69% from 325); Blue value is 38 (15.23% from 255 or 11.69% from 325); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3326 is #13CCD9. Grayscale: #696969. Windows color (decimal): -1297626 or 2503660. OLE color: 2503660.

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

Color convert

RGB 236 51 38 -
CMYK 0 0.78 0.84 0.07
HSL 3.94º 0.84% 0.54% -
HSV(B) 3.94º 0.84% 0.93% -
XYZ 36.13 20.34 3.86 -
YUV 104.83 90.29 221.56 -
System Red Green Blue C M Y K H S L
Decimal 236 51 38 0 0.78 0.84 0.07 3.94 0.84 0.54
Hex EC 33 26 0 4E 54 7 4 54 36
Octal 354 63 46 0 116 124 7 4 124 66
Binary 11101100 110011 100110 0 1001110 1010100 111 100 1010100 110110

Color Harmonies of #EC3326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3326

Black with #EC3326

Text Example


Text Example

White with #EC3326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3326; }

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

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

background-color css

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

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

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

border-color css

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

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

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