Html Css Color HEX #EC4B20 Cinnabar

📋 copy color: '#EC4B20'

red 236 ◦ green 75 ◦ blue 32

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

Shades of Cinnabar #EC4B20

Tints of Cinnabar #EC4B20

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.87%

 BLUE value IS 32 (12.89% from 255) = 9.33%

R = 68.8%
G = 21.87%
B = 9.33%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.07

RGB Variations

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

Color information

#EC4B20 (or 0xEC4B20) is known color: Cinnabar. HEX triplet: EC, 4B and 20. RGB value is (236,75,32). Sum of RGB (Red+Green+Blue) = 236+75+32=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 75 (29.69% from 255 or 21.87% from 343); Blue value is 32 (12.89% from 255 or 9.33% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4B20 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4B20 is #13B4DF. Grayscale: #767676. Windows color (decimal): -1291488 or 2116588. OLE color: 2116588.

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

Color convert

RGB 236 75 32 -
CMYK 0 0.68 0.86 0.07
HSL 12.65º 0.84% 0.53% -
HSV(B) 12.65º 0.86% 0.93% -
XYZ 37.37 22.97 3.83 -
YUV 118.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 236 75 32 0 0.68 0.86 0.07 12.65 0.84 0.53
Hex EC 4B 20 0 44 56 7 D 54 35
Octal 354 113 40 0 104 126 7 15 124 65
Binary 11101100 1001011 100000 0 1000100 1010110 111 1101 1010100 110101

Color Harmonies of #EC4B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4B20

Black with #EC4B20

Text Example


Text Example

White with #EC4B20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4B20; }

 p { color: rgb(236,75,32); }

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

background-color css

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

 a { background-color: rgb(236,75,32); }

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

border-color css

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

 span { border-color: rgb(236,75,32); }

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