Html Css Color HEX #EC493D Cinnabar

📋 copy color: '#EC493D'

red 236 ◦ green 73 ◦ blue 61

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

Shades of Cinnabar #EC493D

Tints of Cinnabar #EC493D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 16.49%

R = 63.78%
G = 19.73%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC493D (or 0xEC493D) is known color: Cinnabar. HEX triplet: EC, 49 and 3D. RGB value is (236,73,61). Sum of RGB (Red+Green+Blue) = 236+73+61=370 (49% of max value = 765). Red value is 236 (92.58% from 255 or 63.78% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 236 - color contains mainly: red. Hex color #EC493D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC493D is #13B6C2. Grayscale: #787878. Windows color (decimal): -1291971 or 4016620. OLE color: 4016620.

HSL color Cylindrical-coordinate representation of color #EC493D: hue angle of 4.11º degrees, saturation: 0.82, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EC493D is Cyan = 0, Magento = 0.69, Yellow = 0.74 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 73 61 -
CMYK 0 0.69 0.74 0.07
HSL 4.11º 0.82% 0.58% -
HSV(B) 4.11º 0.74% 0.93% -
XYZ 37.82 22.93 6.85 -
YUV 120.37 94.5 210.48 -
System Red Green Blue C M Y K H S L
Decimal 236 73 61 0 0.69 0.74 0.07 4.11 0.82 0.58
Hex EC 49 3D 0 45 4A 7 4 52 3A
Octal 354 111 75 0 105 112 7 4 122 72
Binary 11101100 1001001 111101 0 1000101 1001010 111 100 1010010 111010

Color Harmonies of #EC493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC493D

Black with #EC493D

Text Example


Text Example

White with #EC493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC493D; }

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

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

background-color css

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

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

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

border-color css

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

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

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