Html Css Color HEX #EC463B Cinnabar

📋 copy color: '#EC463B'

red 236 ◦ green 70 ◦ blue 59

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

Shades of Cinnabar #EC463B

Tints of Cinnabar #EC463B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.18%

 BLUE value IS 59 (23.44% from 255) = 16.16%

R = 64.66%
G = 19.18%
B = 16.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.07

RGB Variations

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

Color information

#EC463B (or 0xEC463B) is known color: Cinnabar. HEX triplet: EC, 46 and 3B. RGB value is (236,70,59). Sum of RGB (Red+Green+Blue) = 236+70+59=365 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.66% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 59 (23.44% from 255 or 16.16% from 365); Max value from RGB is 236 - color contains mainly: red. Hex color #EC463B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC463B is #13B9C4. Grayscale: #767676. Windows color (decimal): -1292741 or 3884780. OLE color: 3884780.

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

Color convert

RGB 236 70 59 -
CMYK 0 0.70 0.75 0.07
HSL 3.73º 0.82% 0.58% -
HSV(B) 3.73º 0.75% 0.93% -
XYZ 37.57 22.53 6.51 -
YUV 118.38 94.5 211.89 -
System Red Green Blue C M Y K H S L
Decimal 236 70 59 0 0.70 0.75 0.07 3.73 0.82 0.58
Hex EC 46 3B 0 46 4B 7 4 52 3A
Octal 354 106 73 0 106 113 7 4 122 72
Binary 11101100 1000110 111011 0 1000110 1001011 111 100 1010010 111010

Color Harmonies of #EC463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC463B

Black with #EC463B

Text Example


Text Example

White with #EC463B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC463B; }

 p { color: rgb(236,70,59); }

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

background-color css

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

 a { background-color: rgb(236,70,59); }

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

border-color css

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

 span { border-color: rgb(236,70,59); }

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