Html Css Color HEX #EC311F Cinnabar

📋 copy color: '#EC311F'

red 236 ◦ green 49 ◦ blue 31

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

Shades of Cinnabar #EC311F

Tints of Cinnabar #EC311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.81%

R = 74.68%
G = 15.51%
B = 9.81%

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

#EC311F (or 0xEC311F) is known color: Cinnabar. HEX triplet: EC, 31 and 1F. RGB value is (236,49,31). Sum of RGB (Red+Green+Blue) = 236+49+31=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 31 (12.5% from 255 or 9.81% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC311F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC311F is #13CEE0. Grayscale: #676767. Windows color (decimal): -1298145 or 2044396. OLE color: 2044396.

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

Color convert

RGB 236 49 31 -
CMYK 0 0.79 0.87 0.07
HSL 5.27º 0.84% 0.52% -
HSV(B) 5.27º 0.87% 0.93% -
XYZ 35.94 20.13 3.29 -
YUV 102.86 87.45 222.96 -
System Red Green Blue C M Y K H S L
Decimal 236 49 31 0 0.79 0.87 0.07 5.27 0.84 0.52
Hex EC 31 1F 0 4F 57 7 5 54 34
Octal 354 61 37 0 117 127 7 5 124 64
Binary 11101100 110001 11111 0 1001111 1010111 111 101 1010100 110100

Color Harmonies of #EC311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC311F

Black with #EC311F

Text Example


Text Example

White with #EC311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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