Html Css Color HEX #EC3931 Cinnabar

📋 copy color: '#EC3931'

red 236 ◦ green 57 ◦ blue 49

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

Shades of Cinnabar #EC3931

Tints of Cinnabar #EC3931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.67%

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

R = 69.01%
G = 16.67%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3931 (or 0xEC3931) is known color: Cinnabar. HEX triplet: EC, 39 and 31. RGB value is (236,57,49). Sum of RGB (Red+Green+Blue) = 236+57+49=342 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.01% from 342); Green value is 57 (22.66% from 255 or 16.67% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3931 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3931 is #13C6CE. Grayscale: #6D6D6D. Windows color (decimal): -1296079 or 3226092. OLE color: 3226092.

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

Color convert

RGB 236 57 49 -
CMYK 0 0.76 0.79 0.07
HSL 2.57º 0.83% 0.56% -
HSV(B) 2.57º 0.79% 0.93% -
XYZ 36.61 20.98 5.03 -
YUV 109.61 93.8 218.15 -
System Red Green Blue C M Y K H S L
Decimal 236 57 49 0 0.76 0.79 0.07 2.57 0.83 0.56
Hex EC 39 31 0 4C 4F 7 3 53 38
Octal 354 71 61 0 114 117 7 3 123 70
Binary 11101100 111001 110001 0 1001100 1001111 111 11 1010011 111000

Color Harmonies of #EC3931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3931

Black with #EC3931

Text Example


Text Example

White with #EC3931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3931; }

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

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

background-color css

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

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

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

border-color css

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

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

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