Html Css Color HEX #EC4326 Cinnabar

📋 copy color: '#EC4326'

red 236 ◦ green 67 ◦ blue 38

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

Shades of Cinnabar #EC4326

Tints of Cinnabar #EC4326

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.65%

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

R = 69.21%
G = 19.65%
B = 11.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.07

RGB Variations

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

Color information

#EC4326 (or 0xEC4326) is known color: Cinnabar. HEX triplet: EC, 43 and 26. RGB value is (236,67,38). Sum of RGB (Red+Green+Blue) = 236+67+38=341 (45% of max value = 765). Red value is 236 (92.58% from 255 or 69.21% from 341); Green value is 67 (26.56% from 255 or 19.65% from 341); Blue value is 38 (15.23% from 255 or 11.14% from 341); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4326 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4326 is #13BCD9. Grayscale: #727272. Windows color (decimal): -1293530 or 2507756. OLE color: 2507756.

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

Color convert

RGB 236 67 38 -
CMYK 0 0.72 0.84 0.07
HSL 8.79º 0.84% 0.54% -
HSV(B) 8.79º 0.84% 0.93% -
XYZ 36.95 21.99 4.13 -
YUV 114.23 84.99 214.86 -
System Red Green Blue C M Y K H S L
Decimal 236 67 38 0 0.72 0.84 0.07 8.79 0.84 0.54
Hex EC 43 26 0 48 54 7 9 54 36
Octal 354 103 46 0 110 124 7 11 124 66
Binary 11101100 1000011 100110 0 1001000 1010100 111 1001 1010100 110110

Color Harmonies of #EC4326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4326

Black with #EC4326

Text Example


Text Example

White with #EC4326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4326; }

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

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

background-color css

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

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

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

border-color css

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

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

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