Html Css Color HEX #EC411A Cinnabar

📋 copy color: '#EC411A'

red 236 ◦ green 65 ◦ blue 26

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

Shades of Cinnabar #EC411A

Tints of Cinnabar #EC411A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.88%

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

R = 72.17%
G = 19.88%
B = 7.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC411A (or 0xEC411A) is known color: Cinnabar. HEX triplet: EC, 41 and 1A. RGB value is (236,65,26). Sum of RGB (Red+Green+Blue) = 236+65+26=327 (43% of max value = 765). Red value is 236 (92.58% from 255 or 72.17% from 327); Green value is 65 (25.78% from 255 or 19.88% from 327); Blue value is 26 (10.55% from 255 or 7.95% from 327); Max value from RGB is 236 - color contains mainly: red. Hex color #EC411A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC411A is #13BEE5. Grayscale: #707070. Windows color (decimal): -1294054 or 1720812. OLE color: 1720812.

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

Color convert

RGB 236 65 26 -
CMYK 0 0.72 0.89 0.07
HSL 11.14º 0.85% 0.51% -
HSV(B) 11.14º 0.89% 0.93% -
XYZ 36.67 21.69 3.23 -
YUV 111.68 79.65 216.67 -
System Red Green Blue C M Y K H S L
Decimal 236 65 26 0 0.72 0.89 0.07 11.14 0.85 0.51
Hex EC 41 1A 0 48 59 7 B 55 33
Octal 354 101 32 0 110 131 7 13 125 63
Binary 11101100 1000001 11010 0 1001000 1011001 111 1011 1010101 110011

Color Harmonies of #EC411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC411A

Black with #EC411A

Text Example


Text Example

White with #EC411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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