Html Css Color HEX #EC361A Cinnabar

📋 copy color: '#EC361A'

red 236 ◦ green 54 ◦ blue 26

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

Shades of Cinnabar #EC361A

Tints of Cinnabar #EC361A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.09%

 BLUE value IS 26 (10.55% from 255) = 8.23%

R = 74.68%
G = 17.09%
B = 8.23%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC361A (or 0xEC361A) is known color: Cinnabar. HEX triplet: EC, 36 and 1A. RGB value is (236,54,26). Sum of RGB (Red+Green+Blue) = 236+54+26=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 26 (10.55% from 255 or 8.23% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC361A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC361A is #13C9E5. Grayscale: #696969. Windows color (decimal): -1296870 or 1717996. OLE color: 1717996.

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

Color convert

RGB 236 54 26 -
CMYK 0 0.77 0.89 0.07
HSL 0.85% 0.51% -
HSV(B) 0.89% 0.93% -
XYZ 36.1 20.55 3.04 -
YUV 105.23 83.3 221.28 -
System Red Green Blue C M Y K H S L
Decimal 236 54 26 0 0.77 0.89 0.07 8 0.85 0.51
Hex EC 36 1A 0 4D 59 7 8 55 33
Octal 354 66 32 0 115 131 7 10 125 63
Binary 11101100 110110 11010 0 1001101 1011001 111 1000 1010101 110011

Color Harmonies of #EC361A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC361A

Black with #EC361A

Text Example


Text Example

White with #EC361A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC361A; }

 p { color: rgb(236,54,26); }

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

background-color css

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

 a { background-color: rgb(236,54,26); }

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

border-color css

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

 span { border-color: rgb(236,54,26); }

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