Html Css Color HEX #EC4738 Cinnabar

📋 copy color: '#EC4738'

red 236 ◦ green 71 ◦ blue 56

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

Shades of Cinnabar #EC4738

Tints of Cinnabar #EC4738

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 15.43%

R = 65.01%
G = 19.56%
B = 15.43%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.76

 K value IS 0.07

RGB Variations

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

Color information

#EC4738 (or 0xEC4738) is known color: Cinnabar. HEX triplet: EC, 47 and 38. RGB value is (236,71,56). Sum of RGB (Red+Green+Blue) = 236+71+56=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 56 (22.27% from 255 or 15.43% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4738 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4738 is #13B8C7. Grayscale: #767676. Windows color (decimal): -1292488 or 3688428. OLE color: 3688428.

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

Color convert

RGB 236 71 56 -
CMYK 0 0.70 0.76 0.07
HSL 0.83% 0.57% -
HSV(B) 0.76% 0.93% -
XYZ 37.56 22.62 6.13 -
YUV 118.63 92.66 211.72 -
System Red Green Blue C M Y K H S L
Decimal 236 71 56 0 0.70 0.76 0.07 5 0.83 0.57
Hex EC 47 38 0 46 4C 7 5 53 39
Octal 354 107 70 0 106 114 7 5 123 71
Binary 11101100 1000111 111000 0 1000110 1001100 111 101 1010011 111001

Color Harmonies of #EC4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4738

Black with #EC4738

Text Example


Text Example

White with #EC4738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4738; }

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

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

background-color css

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

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

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

border-color css

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

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

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