Html Css Color HEX #EC461A Cinnabar

📋 copy color: '#EC461A'

red 236 ◦ green 70 ◦ blue 26

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

Shades of Cinnabar #EC461A

Tints of Cinnabar #EC461A

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.08%

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

R = 71.08%
G = 21.08%
B = 7.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC461A (or 0xEC461A) is known color: Cinnabar. HEX triplet: EC, 46 and 1A. RGB value is (236,70,26). Sum of RGB (Red+Green+Blue) = 236+70+26=332 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.08% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 26 (10.55% from 255 or 7.83% from 332); Max value from RGB is 236 - color contains mainly: red. Hex color #EC461A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC461A is #13B9E5. Grayscale: #727272. Windows color (decimal): -1292774 or 1722092. OLE color: 1722092.

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

Color convert

RGB 236 70 26 -
CMYK 0 0.70 0.89 0.07
HSL 12.57º 0.85% 0.51% -
HSV(B) 12.57º 0.89% 0.93% -
XYZ 36.97 22.29 3.33 -
YUV 114.62 78 214.58 -
System Red Green Blue C M Y K H S L
Decimal 236 70 26 0 0.70 0.89 0.07 12.57 0.85 0.51
Hex EC 46 1A 0 46 59 7 D 55 33
Octal 354 106 32 0 106 131 7 15 125 63
Binary 11101100 1000110 11010 0 1000110 1011001 111 1101 1010101 110011

Color Harmonies of #EC461A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC461A

Black with #EC461A

Text Example


Text Example

White with #EC461A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC461A; }

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

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

background-color css

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

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

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

border-color css

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

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

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