Html Css Color HEX #EC4440 Cinnabar

📋 copy color: '#EC4440'

red 236 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #EC4440

Tints of Cinnabar #EC4440

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.39%

R = 64.13%
G = 18.48%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4440 (or 0xEC4440) is known color: Cinnabar. HEX triplet: EC, 44 and 40. RGB value is (236,68,64). Sum of RGB (Red+Green+Blue) = 236+68+64=368 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.13% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 64 (25.39% from 255 or 17.39% from 368); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4440 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4440 is #13BBBF. Grayscale: #757575. Windows color (decimal): -1293248 or 4211948. OLE color: 4211948.

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

Color convert

RGB 236 68 64 -
CMYK 0 0.71 0.73 0.07
HSL 1.4º 0.82% 0.59% -
HSV(B) 1.4º 0.73% 0.93% -
XYZ 37.58 22.34 7.18 -
YUV 117.78 97.66 212.33 -
System Red Green Blue C M Y K H S L
Decimal 236 68 64 0 0.71 0.73 0.07 1.4 0.82 0.59
Hex EC 44 40 0 47 49 7 1 52 3B
Octal 354 104 100 0 107 111 7 1 122 73
Binary 11101100 1000100 1000000 0 1000111 1001001 111 1 1010010 111011

Color Harmonies of #EC4440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4440

Black with #EC4440

Text Example


Text Example

White with #EC4440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4440; }

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

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

background-color css

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

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

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

border-color css

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

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

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