Html Css Color HEX #EC491A Cinnabar

📋 copy color: '#EC491A'

red 236 ◦ green 73 ◦ blue 26

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

Shades of Cinnabar #EC491A

Tints of Cinnabar #EC491A

RGB

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

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

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

R = 70.45%
G = 21.79%
B = 7.76%

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

#EC491A (or 0xEC491A) is known color: Cinnabar. HEX triplet: EC, 49 and 1A. RGB value is (236,73,26). Sum of RGB (Red+Green+Blue) = 236+73+26=335 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.45% from 335); Green value is 73 (28.91% from 255 or 21.79% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 236 - color contains mainly: red. Hex color #EC491A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC491A is #13B6E5. Grayscale: #747474. Windows color (decimal): -1292006 or 1722860. OLE color: 1722860.

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

Color convert

RGB 236 73 26 -
CMYK 0 0.69 0.89 0.07
HSL 13.43º 0.85% 0.51% -
HSV(B) 13.43º 0.89% 0.93% -
XYZ 37.16 22.67 3.39 -
YUV 116.38 77 213.32 -
System Red Green Blue C M Y K H S L
Decimal 236 73 26 0 0.69 0.89 0.07 13.43 0.85 0.51
Hex EC 49 1A 0 45 59 7 D 55 33
Octal 354 111 32 0 105 131 7 15 125 63
Binary 11101100 1001001 11010 0 1000101 1011001 111 1101 1010101 110011

Color Harmonies of #EC491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC491A

Black with #EC491A

Text Example


Text Example

White with #EC491A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC491A; }

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

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

background-color css

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

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

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

border-color css

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

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

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