Html Css Color HEX #EC321E Cinnabar

📋 copy color: '#EC321E'

red 236 ◦ green 50 ◦ blue 30

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

Shades of Cinnabar #EC321E

Tints of Cinnabar #EC321E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.82%

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

R = 74.68%
G = 15.82%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC321E (or 0xEC321E) is known color: Cinnabar. HEX triplet: EC, 32 and 1E. RGB value is (236,50,30). Sum of RGB (Red+Green+Blue) = 236+50+30=316 (41% of max value = 765). Red value is 236 (92.58% from 255 or 74.68% from 316); Green value is 50 (19.92% from 255 or 15.82% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 236 - color contains mainly: red. Hex color #EC321E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC321E is #13CDE1. Grayscale: #676767. Windows color (decimal): -1297890 or 1979116. OLE color: 1979116.

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

Color convert

RGB 236 50 30 -
CMYK 0 0.79 0.87 0.07
HSL 5.83º 0.84% 0.52% -
HSV(B) 5.83º 0.87% 0.93% -
XYZ 35.97 20.21 3.23 -
YUV 103.33 86.62 222.63 -
System Red Green Blue C M Y K H S L
Decimal 236 50 30 0 0.79 0.87 0.07 5.83 0.84 0.52
Hex EC 32 1E 0 4F 57 7 6 54 34
Octal 354 62 36 0 117 127 7 6 124 64
Binary 11101100 110010 11110 0 1001111 1010111 111 110 1010100 110100

Color Harmonies of #EC321E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC321E

Black with #EC321E

Text Example


Text Example

White with #EC321E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC321E; }

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

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

background-color css

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

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

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

border-color css

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

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

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