Html Css Color HEX #EC371B Cinnabar

📋 copy color: '#EC371B'

red 236 ◦ green 55 ◦ blue 27

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

Shades of Cinnabar #EC371B

Tints of Cinnabar #EC371B

RGB

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

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

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

R = 74.21%
G = 17.3%
B = 8.49%

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

#EC371B (or 0xEC371B) is known color: Cinnabar. HEX triplet: EC, 37 and 1B. RGB value is (236,55,27). Sum of RGB (Red+Green+Blue) = 236+55+27=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 55 (21.88% from 255 or 17.30% from 318); Blue value is 27 (10.94% from 255 or 8.49% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC371B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC371B is #13C8E4. Grayscale: #6A6A6A. Windows color (decimal): -1296613 or 1783788. OLE color: 1783788.

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

Color convert

RGB 236 55 27 -
CMYK 0 0.77 0.89 0.07
HSL 8.04º 0.85% 0.52% -
HSV(B) 8.04º 0.89% 0.93% -
XYZ 36.16 20.64 3.12 -
YUV 105.93 83.47 220.78 -
System Red Green Blue C M Y K H S L
Decimal 236 55 27 0 0.77 0.89 0.07 8.04 0.85 0.52
Hex EC 37 1B 0 4D 59 7 8 55 34
Octal 354 67 33 0 115 131 7 10 125 64
Binary 11101100 110111 11011 0 1001101 1011001 111 1000 1010101 110100

Color Harmonies of #EC371B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC371B

Black with #EC371B

Text Example


Text Example

White with #EC371B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC371B; }

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

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

background-color css

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

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

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

border-color css

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

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

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