Html Css Color HEX #EC4640 Cinnabar

📋 copy color: '#EC4640'

red 236 ◦ green 70 ◦ blue 64

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

Shades of Cinnabar #EC4640

Tints of Cinnabar #EC4640

RGB

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

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

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

R = 63.78%
G = 18.92%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4640 (or 0xEC4640) is known color: Cinnabar. HEX triplet: EC, 46 and 40. RGB value is (236,70,64). Sum of RGB (Red+Green+Blue) = 236+70+64=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 64 (25.39% from 255 or 17.30% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4640 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4640 is #13B9BF. Grayscale: #777777. Windows color (decimal): -1292736 or 4212460. OLE color: 4212460.

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

Color convert

RGB 236 70 64 -
CMYK 0 0.70 0.73 0.07
HSL 2.09º 0.82% 0.59% -
HSV(B) 2.09º 0.73% 0.93% -
XYZ 37.71 22.58 7.22 -
YUV 118.95 97 211.49 -
System Red Green Blue C M Y K H S L
Decimal 236 70 64 0 0.70 0.73 0.07 2.09 0.82 0.59
Hex EC 46 40 0 46 49 7 2 52 3B
Octal 354 106 100 0 106 111 7 2 122 73
Binary 11101100 1000110 1000000 0 1000110 1001001 111 10 1010010 111011

Color Harmonies of #EC4640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4640

Black with #EC4640

Text Example


Text Example

White with #EC4640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4640; }

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

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

background-color css

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

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

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

border-color css

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

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

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