Html Css Color HEX #EC391B Cinnabar

📋 copy color: '#EC391B'

red 236 ◦ green 57 ◦ blue 27

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

Shades of Cinnabar #EC391B

Tints of Cinnabar #EC391B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

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

R = 73.75%
G = 17.81%
B = 8.44%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.07

RGB Variations

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

Color information

#EC391B (or 0xEC391B) is known color: Cinnabar. HEX triplet: EC, 39 and 1B. RGB value is (236,57,27). Sum of RGB (Red+Green+Blue) = 236+57+27=320 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.75% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 27 (10.94% from 255 or 8.44% from 320); Max value from RGB is 236 - color contains mainly: red. Hex color #EC391B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC391B is #13C6E4. Grayscale: #6B6B6B. Windows color (decimal): -1296101 or 1784300. OLE color: 1784300.

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

Color convert

RGB 236 57 27 -
CMYK 0 0.76 0.89 0.07
HSL 8.61º 0.85% 0.52% -
HSV(B) 8.61º 0.89% 0.93% -
XYZ 36.25 20.84 3.15 -
YUV 107.1 82.8 219.94 -
System Red Green Blue C M Y K H S L
Decimal 236 57 27 0 0.76 0.89 0.07 8.61 0.85 0.52
Hex EC 39 1B 0 4C 59 7 9 55 34
Octal 354 71 33 0 114 131 7 11 125 64
Binary 11101100 111001 11011 0 1001100 1011001 111 1001 1010101 110100

Color Harmonies of #EC391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC391B

Black with #EC391B

Text Example


Text Example

White with #EC391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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