Html Css Color HEX #EC331A Cinnabar

📋 copy color: '#EC331A'

red 236 ◦ green 51 ◦ blue 26

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

Shades of Cinnabar #EC331A

Tints of Cinnabar #EC331A

RGB

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

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

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

R = 75.4%
G = 16.29%
B = 8.31%

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

#EC331A (or 0xEC331A) is known color: Cinnabar. HEX triplet: EC, 33 and 1A. RGB value is (236,51,26). Sum of RGB (Red+Green+Blue) = 236+51+26=313 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.40% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 26 (10.55% from 255 or 8.31% from 313); Max value from RGB is 236 - color contains mainly: red. Hex color #EC331A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC331A is #13CCE5. Grayscale: #676767. Windows color (decimal): -1297638 or 1717228. OLE color: 1717228.

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

Color convert

RGB 236 51 26 -
CMYK 0 0.78 0.89 0.07
HSL 7.14º 0.85% 0.51% -
HSV(B) 7.14º 0.89% 0.93% -
XYZ 35.96 20.28 3 -
YUV 103.47 84.29 222.53 -
System Red Green Blue C M Y K H S L
Decimal 236 51 26 0 0.78 0.89 0.07 7.14 0.85 0.51
Hex EC 33 1A 0 4E 59 7 7 55 33
Octal 354 63 32 0 116 131 7 7 125 63
Binary 11101100 110011 11010 0 1001110 1011001 111 111 1010101 110011

Color Harmonies of #EC331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC331A

Black with #EC331A

Text Example


Text Example

White with #EC331A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC331A; }

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

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

background-color css

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

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

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

border-color css

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

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

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