Html Css Color HEX #EC4926 Cinnabar

📋 copy color: '#EC4926'

red 236 ◦ green 73 ◦ blue 38

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

Shades of Cinnabar #EC4926

Tints of Cinnabar #EC4926

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.04%

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

R = 68.01%
G = 21.04%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4926 (or 0xEC4926) is known color: Cinnabar. HEX triplet: EC, 49 and 26. RGB value is (236,73,38). Sum of RGB (Red+Green+Blue) = 236+73+38=347 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.01% from 347); Green value is 73 (28.91% from 255 or 21.04% from 347); Blue value is 38 (15.23% from 255 or 10.95% from 347); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4926 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4926 is #13B6D9. Grayscale: #767676. Windows color (decimal): -1291994 or 2509292. OLE color: 2509292.

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

Color convert

RGB 236 73 38 -
CMYK 0 0.69 0.84 0.07
HSL 10.61º 0.84% 0.54% -
HSV(B) 10.61º 0.84% 0.93% -
XYZ 37.32 22.74 4.26 -
YUV 117.75 83 212.35 -
System Red Green Blue C M Y K H S L
Decimal 236 73 38 0 0.69 0.84 0.07 10.61 0.84 0.54
Hex EC 49 26 0 45 54 7 B 54 36
Octal 354 111 46 0 105 124 7 13 124 66
Binary 11101100 1001001 100110 0 1000101 1010100 111 1011 1010100 110110

Color Harmonies of #EC4926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4926

Black with #EC4926

Text Example


Text Example

White with #EC4926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4926; }

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

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

background-color css

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

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

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

border-color css

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

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

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