Html Css Color HEX #EC391F Cinnabar

📋 copy color: '#EC391F'

red 236 ◦ green 57 ◦ blue 31

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

Shades of Cinnabar #EC391F

Tints of Cinnabar #EC391F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.57%

R = 72.84%
G = 17.59%
B = 9.57%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC391F (or 0xEC391F) is known color: Cinnabar. HEX triplet: EC, 39 and 1F. RGB value is (236,57,31). Sum of RGB (Red+Green+Blue) = 236+57+31=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 57 (22.66% from 255 or 17.59% from 324); Blue value is 31 (12.5% from 255 or 9.57% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC391F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC391F is #13C6E0. Grayscale: #6B6B6B. Windows color (decimal): -1296097 or 2046444. OLE color: 2046444.

HSL color Cylindrical-coordinate representation of color #EC391F: hue angle of 7.61º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC391F is Cyan = 0, Magento = 0.76, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 57 31 -
CMYK 0 0.76 0.87 0.07
HSL 7.61º 0.84% 0.52% -
HSV(B) 7.61º 0.87% 0.93% -
XYZ 36.3 20.86 3.41 -
YUV 107.56 84.8 219.61 -
System Red Green Blue C M Y K H S L
Decimal 236 57 31 0 0.76 0.87 0.07 7.61 0.84 0.52
Hex EC 39 1F 0 4C 57 7 8 54 34
Octal 354 71 37 0 114 127 7 10 124 64
Binary 11101100 111001 11111 0 1001100 1010111 111 1000 1010100 110100

Color Harmonies of #EC391F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC391F

Black with #EC391F

Text Example


Text Example

White with #EC391F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC391F; }

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

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

background-color css

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

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

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

border-color css

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

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

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