Html Css Color HEX #EC392C Cinnabar

📋 copy color: '#EC392C'

red 236 ◦ green 57 ◦ blue 44

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

Shades of Cinnabar #EC392C

Tints of Cinnabar #EC392C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.06%

R = 70.03%
G = 16.91%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC392C (or 0xEC392C) is known color: Cinnabar. HEX triplet: EC, 39 and 2C. RGB value is (236,57,44). Sum of RGB (Red+Green+Blue) = 236+57+44=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 44 (17.58% from 255 or 13.06% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC392C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC392C is #13C6D3. Grayscale: #6D6D6D. Windows color (decimal): -1296084 or 2898412. OLE color: 2898412.

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

Color convert

RGB 236 57 44 -
CMYK 0 0.76 0.81 0.07
HSL 4.06º 0.83% 0.55% -
HSV(B) 4.06º 0.81% 0.93% -
XYZ 36.51 20.94 4.5 -
YUV 109.04 91.3 218.56 -
System Red Green Blue C M Y K H S L
Decimal 236 57 44 0 0.76 0.81 0.07 4.06 0.83 0.55
Hex EC 39 2C 0 4C 51 7 4 53 37
Octal 354 71 54 0 114 121 7 4 123 67
Binary 11101100 111001 101100 0 1001100 1010001 111 100 1010011 110111

Color Harmonies of #EC392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC392C

Black with #EC392C

Text Example


Text Example

White with #EC392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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