Html Css Color HEX #EC411B Cinnabar

📋 copy color: '#EC411B'

red 236 ◦ green 65 ◦ blue 27

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

Shades of Cinnabar #EC411B

Tints of Cinnabar #EC411B

RGB

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

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

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

R = 71.95%
G = 19.82%
B = 8.23%

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

#EC411B (or 0xEC411B) is known color: Cinnabar. HEX triplet: EC, 41 and 1B. RGB value is (236,65,27). Sum of RGB (Red+Green+Blue) = 236+65+27=328 (43% of max value = 765). Red value is 236 (92.58% from 255 or 71.95% from 328); Green value is 65 (25.78% from 255 or 19.82% from 328); Blue value is 27 (10.94% from 255 or 8.23% from 328); Max value from RGB is 236 - color contains mainly: red. Hex color #EC411B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC411B is #13BEE4. Grayscale: #707070. Windows color (decimal): -1294053 or 1786348. OLE color: 1786348.

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

Color convert

RGB 236 65 27 -
CMYK 0 0.72 0.89 0.07
HSL 10.91º 0.85% 0.52% -
HSV(B) 10.91º 0.89% 0.93% -
XYZ 36.68 21.69 3.29 -
YUV 111.8 80.15 216.59 -
System Red Green Blue C M Y K H S L
Decimal 236 65 27 0 0.72 0.89 0.07 10.91 0.85 0.52
Hex EC 41 1B 0 48 59 7 B 55 34
Octal 354 101 33 0 110 131 7 13 125 64
Binary 11101100 1000001 11011 0 1001000 1011001 111 1011 1010101 110100

Color Harmonies of #EC411B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC411B

Black with #EC411B

Text Example


Text Example

White with #EC411B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC411B; }

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

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

background-color css

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

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

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

border-color css

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

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

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