Html Css Color HEX #EC4726 Cinnabar

📋 copy color: '#EC4726'

red 236 ◦ green 71 ◦ blue 38

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

Shades of Cinnabar #EC4726

Tints of Cinnabar #EC4726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.01%

R = 68.41%
G = 20.58%
B = 11.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4726 (or 0xEC4726) is known color: Cinnabar. HEX triplet: EC, 47 and 26. RGB value is (236,71,38). Sum of RGB (Red+Green+Blue) = 236+71+38=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 71 (28.12% from 255 or 20.58% from 345); Blue value is 38 (15.23% from 255 or 11.01% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4726 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4726 is #13B8D9. Grayscale: #747474. Windows color (decimal): -1292506 or 2508780. OLE color: 2508780.

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

Color convert

RGB 236 71 38 -
CMYK 0 0.70 0.84 0.07
HSL 10º 0.84% 0.54% -
HSV(B) 10º 0.84% 0.93% -
XYZ 37.2 22.48 4.21 -
YUV 116.57 83.66 213.18 -
System Red Green Blue C M Y K H S L
Decimal 236 71 38 0 0.70 0.84 0.07 10 0.84 0.54
Hex EC 47 26 0 46 54 7 A 54 36
Octal 354 107 46 0 106 124 7 12 124 66
Binary 11101100 1000111 100110 0 1000110 1010100 111 1010 1010100 110110

Color Harmonies of #EC4726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4726

Black with #EC4726

Text Example


Text Example

White with #EC4726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4726; }

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

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

background-color css

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

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

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

border-color css

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

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

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