Html Css Color HEX #EC3731 Cinnabar

📋 copy color: '#EC3731'

red 236 ◦ green 55 ◦ blue 49

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

Shades of Cinnabar #EC3731

Tints of Cinnabar #EC3731

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.18%

 BLUE value IS 49 (19.53% from 255) = 14.41%

R = 69.41%
G = 16.18%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3731 (or 0xEC3731) is known color: Cinnabar. HEX triplet: EC, 37 and 31. RGB value is (236,55,49). Sum of RGB (Red+Green+Blue) = 236+55+49=340 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.41% from 340); Green value is 55 (21.88% from 255 or 16.18% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3731 is #13C8CE. Grayscale: #6C6C6C. Windows color (decimal): -1296591 or 3225580. OLE color: 3225580.

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

Color convert

RGB 236 55 49 -
CMYK 0 0.77 0.79 0.07
HSL 1.93º 0.83% 0.56% -
HSV(B) 1.93º 0.79% 0.93% -
XYZ 36.51 20.79 4.99 -
YUV 108.44 94.47 218.99 -
System Red Green Blue C M Y K H S L
Decimal 236 55 49 0 0.77 0.79 0.07 1.93 0.83 0.56
Hex EC 37 31 0 4D 4F 7 2 53 38
Octal 354 67 61 0 115 117 7 2 123 70
Binary 11101100 110111 110001 0 1001101 1001111 111 10 1010011 111000

Color Harmonies of #EC3731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3731

Black with #EC3731

Text Example


Text Example

White with #EC3731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3731; }

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

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

background-color css

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

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

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

border-color css

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

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

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