Html Css Color HEX #EC491B Cinnabar

📋 copy color: '#EC491B'

red 236 ◦ green 73 ◦ blue 27

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

Shades of Cinnabar #EC491B

Tints of Cinnabar #EC491B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.04%

R = 70.24%
G = 21.73%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC491B (or 0xEC491B) is known color: Cinnabar. HEX triplet: EC, 49 and 1B. RGB value is (236,73,27). Sum of RGB (Red+Green+Blue) = 236+73+27=336 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.24% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 27 (10.94% from 255 or 8.04% from 336); Max value from RGB is 236 - color contains mainly: red. Hex color #EC491B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC491B is #13B6E4. Grayscale: #747474. Windows color (decimal): -1292005 or 1788396. OLE color: 1788396.

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

Color convert

RGB 236 73 27 -
CMYK 0 0.69 0.89 0.07
HSL 13.21º 0.85% 0.52% -
HSV(B) 13.21º 0.89% 0.93% -
XYZ 37.17 22.68 3.45 -
YUV 116.49 77.5 213.24 -
System Red Green Blue C M Y K H S L
Decimal 236 73 27 0 0.69 0.89 0.07 13.21 0.85 0.52
Hex EC 49 1B 0 45 59 7 D 55 34
Octal 354 111 33 0 105 131 7 15 125 64
Binary 11101100 1001001 11011 0 1000101 1011001 111 1101 1010101 110100

Color Harmonies of #EC491B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC491B

Black with #EC491B

Text Example


Text Example

White with #EC491B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC491B; }

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

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

background-color css

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

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

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

border-color css

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

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

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