Html Css Color HEX #EC371A Cinnabar

📋 copy color: '#EC371A'

red 236 ◦ green 55 ◦ blue 26

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

Shades of Cinnabar #EC371A

Tints of Cinnabar #EC371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.35%

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

R = 74.45%
G = 17.35%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC371A (or 0xEC371A) is known color: Cinnabar. HEX triplet: EC, 37 and 1A. RGB value is (236,55,26). Sum of RGB (Red+Green+Blue) = 236+55+26=317 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.45% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 26 (10.55% from 255 or 8.20% from 317); Max value from RGB is 236 - color contains mainly: red. Hex color #EC371A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC371A is #13C8E5. Grayscale: #6A6A6A. Windows color (decimal): -1296614 or 1718252. OLE color: 1718252.

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

Color convert

RGB 236 55 26 -
CMYK 0 0.77 0.89 0.07
HSL 8.29º 0.85% 0.51% -
HSV(B) 8.29º 0.89% 0.93% -
XYZ 36.14 20.64 3.06 -
YUV 105.81 82.97 220.86 -
System Red Green Blue C M Y K H S L
Decimal 236 55 26 0 0.77 0.89 0.07 8.29 0.85 0.51
Hex EC 37 1A 0 4D 59 7 8 55 33
Octal 354 67 32 0 115 131 7 10 125 63
Binary 11101100 110111 11010 0 1001101 1011001 111 1000 1010101 110011

Color Harmonies of #EC371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC371A

Black with #EC371A

Text Example


Text Example

White with #EC371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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