Html Css Color HEX #EC463A Cinnabar

📋 copy color: '#EC463A'

red 236 ◦ green 70 ◦ blue 58

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

Shades of Cinnabar #EC463A

Tints of Cinnabar #EC463A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.93%

R = 64.84%
G = 19.23%
B = 15.93%

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

#EC463A (or 0xEC463A) is known color: Cinnabar. HEX triplet: EC, 46 and 3A. RGB value is (236,70,58). Sum of RGB (Red+Green+Blue) = 236+70+58=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 70 (27.73% from 255 or 19.23% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC463A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC463A is #13B9C5. Grayscale: #767676. Windows color (decimal): -1292742 or 3819244. OLE color: 3819244.

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

Color convert

RGB 236 70 58 -
CMYK 0 0.70 0.75 0.07
HSL 4.04º 0.82% 0.58% -
HSV(B) 4.04º 0.75% 0.93% -
XYZ 37.55 22.52 6.37 -
YUV 118.27 94 211.98 -
System Red Green Blue C M Y K H S L
Decimal 236 70 58 0 0.70 0.75 0.07 4.04 0.82 0.58
Hex EC 46 3A 0 46 4B 7 4 52 3A
Octal 354 106 72 0 106 113 7 4 122 72
Binary 11101100 1000110 111010 0 1000110 1001011 111 100 1010010 111010

Color Harmonies of #EC463A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC463A

Black with #EC463A

Text Example


Text Example

White with #EC463A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC463A; }

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

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

background-color css

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

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

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

border-color css

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

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

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