Html Css Color HEX #EC3331 Cinnabar

📋 copy color: '#EC3331'

red 236 ◦ green 51 ◦ blue 49

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

Shades of Cinnabar #EC3331

Tints of Cinnabar #EC3331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.58%

R = 70.24%
G = 15.18%
B = 14.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3331 (or 0xEC3331) is known color: Cinnabar. HEX triplet: EC, 33 and 31. RGB value is (236,51,49). Sum of RGB (Red+Green+Blue) = 236+51+49=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 49 (19.53% from 255 or 14.58% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3331 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3331 is #13CCCE. Grayscale: #6A6A6A. Windows color (decimal): -1297615 or 3224556. OLE color: 3224556.

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

Color convert

RGB 236 51 49 -
CMYK 0 0.78 0.79 0.07
HSL 0.64º 0.83% 0.56% -
HSV(B) 0.64º 0.79% 0.93% -
XYZ 36.33 20.42 4.93 -
YUV 106.09 95.79 220.66 -
System Red Green Blue C M Y K H S L
Decimal 236 51 49 0 0.78 0.79 0.07 0.64 0.83 0.56
Hex EC 33 31 0 4E 4F 7 1 53 38
Octal 354 63 61 0 116 117 7 1 123 70
Binary 11101100 110011 110001 0 1001110 1001111 111 1 1010011 111000

Color Harmonies of #EC3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3331

Black with #EC3331

Text Example


Text Example

White with #EC3331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3331; }

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

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

background-color css

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

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

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

border-color css

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

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

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