Html Css Color HEX #EC311A Cinnabar

📋 copy color: '#EC311A'

red 236 ◦ green 49 ◦ blue 26

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

Shades of Cinnabar #EC311A

Tints of Cinnabar #EC311A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.76%

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

R = 75.88%
G = 15.76%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC311A (or 0xEC311A) is known color: Cinnabar. HEX triplet: EC, 31 and 1A. RGB value is (236,49,26). Sum of RGB (Red+Green+Blue) = 236+49+26=311 (41% of max value = 765). Red value is 236 (92.58% from 255 or 75.88% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 26 (10.55% from 255 or 8.36% from 311); Max value from RGB is 236 - color contains mainly: red. Hex color #EC311A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC311A is #13CEE5. Grayscale: #666666. Windows color (decimal): -1298150 or 1716716. OLE color: 1716716.

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

Color convert

RGB 236 49 26 -
CMYK 0 0.79 0.89 0.07
HSL 6.57º 0.85% 0.51% -
HSV(B) 6.57º 0.89% 0.93% -
XYZ 35.88 20.1 2.97 -
YUV 102.29 84.95 223.37 -
System Red Green Blue C M Y K H S L
Decimal 236 49 26 0 0.79 0.89 0.07 6.57 0.85 0.51
Hex EC 31 1A 0 4F 59 7 7 55 33
Octal 354 61 32 0 117 131 7 7 125 63
Binary 11101100 110001 11010 0 1001111 1011001 111 111 1010101 110011

Color Harmonies of #EC311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC311A

Black with #EC311A

Text Example


Text Example

White with #EC311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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