Html Css Color HEX #EC4031 Cinnabar

📋 copy color: '#EC4031'

red 236 ◦ green 64 ◦ blue 49

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

Shades of Cinnabar #EC4031

Tints of Cinnabar #EC4031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

 BLUE value IS 49 (19.53% from 255) = 14.04%

R = 67.62%
G = 18.34%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC4031 (or 0xEC4031) is known color: Cinnabar. HEX triplet: EC, 40 and 31. RGB value is (236,64,49). Sum of RGB (Red+Green+Blue) = 236+64+49=349 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.62% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 49 (19.53% from 255 or 14.04% from 349); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4031 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4031 is #13BFCE. Grayscale: #717171. Windows color (decimal): -1294287 or 3227884. OLE color: 3227884.

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

Color convert

RGB 236 64 49 -
CMYK 0 0.73 0.79 0.07
HSL 4.81º 0.83% 0.56% -
HSV(B) 4.81º 0.79% 0.93% -
XYZ 36.98 21.72 5.15 -
YUV 113.72 91.48 215.22 -
System Red Green Blue C M Y K H S L
Decimal 236 64 49 0 0.73 0.79 0.07 4.81 0.83 0.56
Hex EC 40 31 0 49 4F 7 5 53 38
Octal 354 100 61 0 111 117 7 5 123 70
Binary 11101100 1000000 110001 0 1001001 1001111 111 101 1010011 111000

Color Harmonies of #EC4031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4031

Black with #EC4031

Text Example


Text Example

White with #EC4031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4031; }

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

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

background-color css

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

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

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

border-color css

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

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

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