Html Css Color HEX #EC4644 Cinnabar

📋 copy color: '#EC4644'

red 236 ◦ green 70 ◦ blue 68

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

Shades of Cinnabar #EC4644

Tints of Cinnabar #EC4644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.72%

 BLUE value IS 68 (26.95% from 255) = 18.18%

R = 63.1%
G = 18.72%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC4644 (or 0xEC4644) is known color: Cinnabar. HEX triplet: EC, 46 and 44. RGB value is (236,70,68). Sum of RGB (Red+Green+Blue) = 236+70+68=374 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.10% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 68 (26.95% from 255 or 18.18% from 374); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4644 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4644 is #13B9BB. Grayscale: #777777. Windows color (decimal): -1292732 or 4474604. OLE color: 4474604.

HSL color Cylindrical-coordinate representation of color #EC4644: hue angle of 0.71º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EC4644 is Cyan = 0, Magento = 0.70, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 70 68 -
CMYK 0 0.70 0.71 0.07
HSL 0.71º 0.82% 0.6% -
HSV(B) 0.71º 0.71% 0.93% -
XYZ 37.83 22.63 7.84 -
YUV 119.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 236 70 68 0 0.70 0.71 0.07 0.71 0.82 0.6
Hex EC 46 44 0 46 47 7 1 52 3C
Octal 354 106 104 0 106 107 7 1 122 74
Binary 11101100 1000110 1000100 0 1000110 1000111 111 1 1010010 111100

Color Harmonies of #EC4644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4644

Black with #EC4644

Text Example


Text Example

White with #EC4644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4644; }

 p { color: rgb(236,70,68); }

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

background-color css

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

 a { background-color: rgb(236,70,68); }

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

border-color css

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

 span { border-color: rgb(236,70,68); }

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