Html Css Color HEX #EC311C Cinnabar

📋 copy color: '#EC311C'

red 236 ◦ green 49 ◦ blue 28

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

Shades of Cinnabar #EC311C

Tints of Cinnabar #EC311C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.95%

R = 75.4%
G = 15.65%
B = 8.95%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC311C (or 0xEC311C) is known color: Cinnabar. HEX triplet: EC, 31 and 1C. RGB value is (236,49,28). Sum of RGB (Red+Green+Blue) = 236+49+28=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 49 (19.53% from 255 or 15.65% from 313); Blue value is 28 (11.33% from 255 or 8.95% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC311C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC311C is #13CEE3. Grayscale: #666666. Windows color (decimal): -1298148 or 1847788. OLE color: 1847788.

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

Color convert

RGB 236 49 28 -
CMYK 0 0.79 0.88 0.07
HSL 6.06º 0.85% 0.52% -
HSV(B) 6.06º 0.88% 0.93% -
XYZ 35.9 20.11 3.09 -
YUV 102.52 85.95 223.21 -
System Red Green Blue C M Y K H S L
Decimal 236 49 28 0 0.79 0.88 0.07 6.06 0.85 0.52
Hex EC 31 1C 0 4F 58 7 6 55 34
Octal 354 61 34 0 117 130 7 6 125 64
Binary 11101100 110001 11100 0 1001111 1011000 111 110 1010101 110100

Color Harmonies of #EC311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC311C

Black with #EC311C

Text Example


Text Example

White with #EC311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC311C; }

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

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

background-color css

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

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

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

border-color css

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

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

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