Html Css Color HEX #EC3721 Cinnabar

📋 copy color: '#EC3721'

red 236 ◦ green 55 ◦ blue 33

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

Shades of Cinnabar #EC3721

Tints of Cinnabar #EC3721

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 10.19%

R = 72.84%
G = 16.98%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC3721 (or 0xEC3721) is known color: Cinnabar. HEX triplet: EC, 37 and 21. RGB value is (236,55,33). Sum of RGB (Red+Green+Blue) = 236+55+33=324 (42% of max value = 765). Red value is 236 (92.58% from 255 or 72.84% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 33 (13.28% from 255 or 10.19% from 324); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3721 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3721 is #13C8DE. Grayscale: #6A6A6A. Windows color (decimal): -1296607 or 2177004. OLE color: 2177004.

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

Color convert

RGB 236 55 33 -
CMYK 0 0.77 0.86 0.07
HSL 6.5º 0.84% 0.53% -
HSV(B) 6.5º 0.86% 0.93% -
XYZ 36.23 20.68 3.52 -
YUV 106.61 86.47 220.29 -
System Red Green Blue C M Y K H S L
Decimal 236 55 33 0 0.77 0.86 0.07 6.5 0.84 0.53
Hex EC 37 21 0 4D 56 7 7 54 35
Octal 354 67 41 0 115 126 7 7 124 65
Binary 11101100 110111 100001 0 1001101 1010110 111 111 1010100 110101

Color Harmonies of #EC3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3721

Black with #EC3721

Text Example


Text Example

White with #EC3721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3721; }

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

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

background-color css

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

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

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

border-color css

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

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

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