Html Css Color HEX #EC331B Cinnabar

📋 copy color: '#EC331B'

red 236 ◦ green 51 ◦ blue 27

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

Shades of Cinnabar #EC331B

Tints of Cinnabar #EC331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 75.16%
G = 16.24%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC331B (or 0xEC331B) is known color: Cinnabar. HEX triplet: EC, 33 and 1B. RGB value is (236,51,27). Sum of RGB (Red+Green+Blue) = 236+51+27=314 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.16% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 27 (10.94% from 255 or 8.60% from 314); Max value from RGB is 236 - color contains mainly: red. Hex color #EC331B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC331B is #13CCE4. Grayscale: #676767. Windows color (decimal): -1297637 or 1782764. OLE color: 1782764.

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

Color convert

RGB 236 51 27 -
CMYK 0 0.78 0.89 0.07
HSL 6.89º 0.85% 0.52% -
HSV(B) 6.89º 0.89% 0.93% -
XYZ 35.97 20.28 3.06 -
YUV 103.58 84.79 222.45 -
System Red Green Blue C M Y K H S L
Decimal 236 51 27 0 0.78 0.89 0.07 6.89 0.85 0.52
Hex EC 33 1B 0 4E 59 7 7 55 34
Octal 354 63 33 0 116 131 7 7 125 64
Binary 11101100 110011 11011 0 1001110 1011001 111 111 1010101 110100

Color Harmonies of #EC331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC331B

Black with #EC331B

Text Example


Text Example

White with #EC331B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC331B; }

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

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

background-color css

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

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

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

border-color css

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

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

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