Html Css Color HEX #EC4731 Cinnabar

📋 copy color: '#EC4731'

red 236 ◦ green 71 ◦ blue 49

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

Shades of Cinnabar #EC4731

Tints of Cinnabar #EC4731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

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

R = 66.29%
G = 19.94%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC4731 (or 0xEC4731) is known color: Cinnabar. HEX triplet: EC, 47 and 31. RGB value is (236,71,49). Sum of RGB (Red+Green+Blue) = 236+71+49=356 (47% of max value = 765). Red value is 236 (92.58% from 255 or 66.29% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4731 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4731 is #13B8CE. Grayscale: #767676. Windows color (decimal): -1292495 or 3229676. OLE color: 3229676.

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

Color convert

RGB 236 71 49 -
CMYK 0 0.70 0.79 0.07
HSL 7.06º 0.83% 0.56% -
HSV(B) 7.06º 0.79% 0.93% -
XYZ 37.4 22.56 5.29 -
YUV 117.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 236 71 49 0 0.70 0.79 0.07 7.06 0.83 0.56
Hex EC 47 31 0 46 4F 7 7 53 38
Octal 354 107 61 0 106 117 7 7 123 70
Binary 11101100 1000111 110001 0 1000110 1001111 111 111 1010011 111000

Color Harmonies of #EC4731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4731

Black with #EC4731

Text Example


Text Example

White with #EC4731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4731; }

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

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

background-color css

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

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

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

border-color css

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

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

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