Html Css Color HEX #EC361D Cinnabar

📋 copy color: '#EC361D'

red 236 ◦ green 54 ◦ blue 29

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

Shades of Cinnabar #EC361D

Tints of Cinnabar #EC361D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 73.98%
G = 16.93%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC361D (or 0xEC361D) is known color: Cinnabar. HEX triplet: EC, 36 and 1D. RGB value is (236,54,29). Sum of RGB (Red+Green+Blue) = 236+54+29=319 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.98% from 319); Green value is 54 (21.48% from 255 or 16.93% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 236 - color contains mainly: red. Hex color #EC361D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC361D is #13C9E2. Grayscale: #696969. Windows color (decimal): -1296867 or 1914604. OLE color: 1914604.

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

Color convert

RGB 236 54 29 -
CMYK 0 0.77 0.88 0.07
HSL 7.25º 0.84% 0.52% -
HSV(B) 7.25º 0.88% 0.93% -
XYZ 36.13 20.56 3.23 -
YUV 105.57 84.8 221.03 -
System Red Green Blue C M Y K H S L
Decimal 236 54 29 0 0.77 0.88 0.07 7.25 0.84 0.52
Hex EC 36 1D 0 4D 58 7 7 54 34
Octal 354 66 35 0 115 130 7 7 124 64
Binary 11101100 110110 11101 0 1001101 1011000 111 111 1010100 110100

Color Harmonies of #EC361D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC361D

Black with #EC361D

Text Example


Text Example

White with #EC361D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC361D; }

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

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

background-color css

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

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

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

border-color css

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

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

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