Html Css Color HEX #EC391E Cinnabar

📋 copy color: '#EC391E'

red 236 ◦ green 57 ◦ blue 30

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

Shades of Cinnabar #EC391E

Tints of Cinnabar #EC391E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.29%

R = 73.07%
G = 17.65%
B = 9.29%

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

#EC391E (or 0xEC391E) is known color: Cinnabar. HEX triplet: EC, 39 and 1E. RGB value is (236,57,30). Sum of RGB (Red+Green+Blue) = 236+57+30=323 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.07% from 323); Green value is 57 (22.66% from 255 or 17.65% from 323); Blue value is 30 (12.11% from 255 or 9.29% from 323); Max value from RGB is 236 - color contains mainly: red. Hex color #EC391E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC391E is #13C6E1. Grayscale: #6B6B6B. Windows color (decimal): -1296098 or 1980908. OLE color: 1980908.

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

Color convert

RGB 236 57 30 -
CMYK 0 0.76 0.87 0.07
HSL 7.86º 0.84% 0.52% -
HSV(B) 7.86º 0.87% 0.93% -
XYZ 36.29 20.85 3.34 -
YUV 107.44 84.3 219.7 -
System Red Green Blue C M Y K H S L
Decimal 236 57 30 0 0.76 0.87 0.07 7.86 0.84 0.52
Hex EC 39 1E 0 4C 57 7 8 54 34
Octal 354 71 36 0 114 127 7 10 124 64
Binary 11101100 111001 11110 0 1001100 1010111 111 1000 1010100 110100

Color Harmonies of #EC391E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC391E

Black with #EC391E

Text Example


Text Example

White with #EC391E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC391E; }

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

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

background-color css

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

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

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

border-color css

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

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

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