Html Css Color HEX #EC311B Cinnabar

📋 copy color: '#EC311B'

red 236 ◦ green 49 ◦ blue 27

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

Shades of Cinnabar #EC311B

Tints of Cinnabar #EC311B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.71%

 BLUE value IS 27 (10.94% from 255) = 8.65%

R = 75.64%
G = 15.71%
B = 8.65%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC311B (or 0xEC311B) is known color: Cinnabar. HEX triplet: EC, 31 and 1B. RGB value is (236,49,27). Sum of RGB (Red+Green+Blue) = 236+49+27=312 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.64% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 27 (10.94% from 255 or 8.65% from 312); Max value from RGB is 236 - color contains mainly: red. Hex color #EC311B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC311B is #13CEE4. Grayscale: #666666. Windows color (decimal): -1298149 or 1782252. OLE color: 1782252.

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

Color convert

RGB 236 49 27 -
CMYK 0 0.79 0.89 0.07
HSL 6.32º 0.85% 0.52% -
HSV(B) 6.32º 0.89% 0.93% -
XYZ 35.89 20.11 3.03 -
YUV 102.41 85.45 223.29 -
System Red Green Blue C M Y K H S L
Decimal 236 49 27 0 0.79 0.89 0.07 6.32 0.85 0.52
Hex EC 31 1B 0 4F 59 7 6 55 34
Octal 354 61 33 0 117 131 7 6 125 64
Binary 11101100 110001 11011 0 1001111 1011001 111 110 1010101 110100

Color Harmonies of #EC311B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC311B

Black with #EC311B

Text Example


Text Example

White with #EC311B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC311B; }

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

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

background-color css

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

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

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

border-color css

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

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

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