Html Css Color HEX #EC532C Cinnabar

📋 copy color: '#EC532C'

red 236 ◦ green 83 ◦ blue 44

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

Shades of Cinnabar #EC532C

Tints of Cinnabar #EC532C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.87%

 BLUE value IS 44 (17.58% from 255) = 12.12%

R = 65.01%
G = 22.87%
B = 12.12%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#EC532C (or 0xEC532C) is known color: Cinnabar. HEX triplet: EC, 53 and 2C. RGB value is (236,83,44). Sum of RGB (Red+Green+Blue) = 236+83+44=363 (48% of max value = 765). Red value is 236 (92.58% from 255 or 65.01% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 236 - color contains mainly: red. Hex color #EC532C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC532C is #13ACD3. Grayscale: #7C7C7C. Windows color (decimal): -1289428 or 2905068. OLE color: 2905068.

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

Color convert

RGB 236 83 44 -
CMYK 0 0.65 0.81 0.07
HSL 12.19º 0.83% 0.55% -
HSV(B) 12.19º 0.81% 0.93% -
XYZ 38.14 24.2 5.04 -
YUV 124.3 82.69 207.67 -
System Red Green Blue C M Y K H S L
Decimal 236 83 44 0 0.65 0.81 0.07 12.19 0.83 0.55
Hex EC 53 2C 0 41 51 7 C 53 37
Octal 354 123 54 0 101 121 7 14 123 67
Binary 11101100 1010011 101100 0 1000001 1010001 111 1100 1010011 110111

Color Harmonies of #EC532C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC532C

Black with #EC532C

Text Example


Text Example

White with #EC532C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC532C; }

 p { color: rgb(236,83,44); }

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

background-color css

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

 a { background-color: rgb(236,83,44); }

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

border-color css

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

 span { border-color: rgb(236,83,44); }

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