Html Css Color HEX #EC491C Cinnabar

📋 copy color: '#EC491C'

red 236 ◦ green 73 ◦ blue 28

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

Shades of Cinnabar #EC491C

Tints of Cinnabar #EC491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.66%

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 70.03%
G = 21.66%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.88

 K value IS 0.07

RGB Variations

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

Color information

#EC491C (or 0xEC491C) is known color: Cinnabar. HEX triplet: EC, 49 and 1C. RGB value is (236,73,28). Sum of RGB (Red+Green+Blue) = 236+73+28=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 73 (28.91% from 255 or 21.66% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC491C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC491C is #13B6E3. Grayscale: #747474. Windows color (decimal): -1292004 or 1853932. OLE color: 1853932.

HSL color Cylindrical-coordinate representation of color #EC491C: hue angle of 12.98º degrees, saturation: 0.85, 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 #EC491C is Cyan = 0, Magento = 0.69, Yellow = 0.88 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 28 -
CMYK 0 0.69 0.88 0.07
HSL 12.98º 0.85% 0.52% -
HSV(B) 12.98º 0.88% 0.93% -
XYZ 37.18 22.68 3.52 -
YUV 116.61 78 213.16 -
System Red Green Blue C M Y K H S L
Decimal 236 73 28 0 0.69 0.88 0.07 12.98 0.85 0.52
Hex EC 49 1C 0 45 58 7 D 55 34
Octal 354 111 34 0 105 130 7 15 125 64
Binary 11101100 1001001 11100 0 1000101 1011000 111 1101 1010101 110100

Color Harmonies of #EC491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC491C

Black with #EC491C

Text Example


Text Example

White with #EC491C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC491C; }

 p { color: rgb(236,73,28); }

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

background-color css

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

 a { background-color: rgb(236,73,28); }

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

border-color css

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

 span { border-color: rgb(236,73,28); }

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