Html Css Color HEX #EC311E Cinnabar

📋 copy color: '#EC311E'

red 236 ◦ green 49 ◦ blue 30

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

Shades of Cinnabar #EC311E

Tints of Cinnabar #EC311E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.52%

R = 74.92%
G = 15.56%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC311E (or 0xEC311E) is known color: Cinnabar. HEX triplet: EC, 31 and 1E. RGB value is (236,49,30). Sum of RGB (Red+Green+Blue) = 236+49+30=315 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.92% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 30 (12.11% from 255 or 9.52% from 315); Max value from RGB is 236 - color contains mainly: red. Hex color #EC311E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC311E is #13CEE1. Grayscale: #676767. Windows color (decimal): -1298146 or 1978860. OLE color: 1978860.

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

Color convert

RGB 236 49 30 -
CMYK 0 0.79 0.87 0.07
HSL 5.53º 0.84% 0.52% -
HSV(B) 5.53º 0.87% 0.93% -
XYZ 35.92 20.12 3.22 -
YUV 102.75 86.95 223.04 -
System Red Green Blue C M Y K H S L
Decimal 236 49 30 0 0.79 0.87 0.07 5.53 0.84 0.52
Hex EC 31 1E 0 4F 57 7 6 54 34
Octal 354 61 36 0 117 127 7 6 124 64
Binary 11101100 110001 11110 0 1001111 1010111 111 110 1010100 110100

Color Harmonies of #EC311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC311E

Black with #EC311E

Text Example


Text Example

White with #EC311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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