Html Css Color HEX #EC4444 Cinnabar

📋 copy color: '#EC4444'

red 236 ◦ green 68 ◦ blue 68

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

Shades of Cinnabar #EC4444

Tints of Cinnabar #EC4444

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.28%

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

R = 63.44%
G = 18.28%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC4444 (or 0xEC4444) is known color: Cinnabar. HEX triplet: EC, 44 and 44. RGB value is (236,68,68). Sum of RGB (Red+Green+Blue) = 236+68+68=372 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.44% from 372); Green value is 68 (26.95% from 255 or 18.28% from 372); Blue value is 68 (26.95% from 255 or 18.28% from 372); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4444 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4444 is #13BBBB. Grayscale: #767676. Windows color (decimal): -1293244 or 4474092. OLE color: 4474092.

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

Color convert

RGB 236 68 68 -
CMYK 0 0.71 0.71 0.07
HSL 0.82% 0.6% -
HSV(B) 0.71% 0.93% -
XYZ 37.7 22.38 7.8 -
YUV 118.23 99.66 212 -
System Red Green Blue C M Y K H S L
Decimal 236 68 68 0 0.71 0.71 0.07 0 0.82 0.6
Hex EC 44 44 0 47 47 7 0 52 3C
Octal 354 104 104 0 107 107 7 0 122 74
Binary 11101100 1000100 1000100 0 1000111 1000111 111 0 1010010 111100

Color Harmonies of #EC4444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4444

Black with #EC4444

Text Example


Text Example

White with #EC4444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4444; }

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

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

background-color css

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

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

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

border-color css

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

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

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