Html Css Color HEX #EC311D Cinnabar

📋 copy color: '#EC311D'

red 236 ◦ green 49 ◦ blue 29

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

Shades of Cinnabar #EC311D

Tints of Cinnabar #EC311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.24%

R = 75.16%
G = 15.61%
B = 9.24%

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

#EC311D (or 0xEC311D) is known color: Cinnabar. HEX triplet: EC, 31 and 1D. RGB value is (236,49,29). Sum of RGB (Red+Green+Blue) = 236+49+29=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 49 (19.53% from 255 or 15.61% from 314); Blue value is 29 (11.72% from 255 or 9.24% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC311D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC311D is #13CEE2. Grayscale: #666666. Windows color (decimal): -1298147 or 1913324. OLE color: 1913324.

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

Color convert

RGB 236 49 29 -
CMYK 0 0.79 0.88 0.07
HSL 5.8º 0.84% 0.52% -
HSV(B) 5.8º 0.88% 0.93% -
XYZ 35.91 20.12 3.15 -
YUV 102.63 86.45 223.13 -
System Red Green Blue C M Y K H S L
Decimal 236 49 29 0 0.79 0.88 0.07 5.8 0.84 0.52
Hex EC 31 1D 0 4F 58 7 6 54 34
Octal 354 61 35 0 117 130 7 6 124 64
Binary 11101100 110001 11101 0 1001111 1011000 111 110 1010100 110100

Color Harmonies of #EC311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC311D

Black with #EC311D

Text Example


Text Example

White with #EC311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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