Html Css Color HEX #EC463D Cinnabar

📋 copy color: '#EC463D'

red 236 ◦ green 70 ◦ blue 61

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

Shades of Cinnabar #EC463D

Tints of Cinnabar #EC463D

RGB

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

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

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

R = 64.31%
G = 19.07%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.07

RGB Variations

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

Color information

#EC463D (or 0xEC463D) is known color: Cinnabar. HEX triplet: EC, 46 and 3D. RGB value is (236,70,61). Sum of RGB (Red+Green+Blue) = 236+70+61=367 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.31% from 367); Green value is 70 (27.73% from 255 or 19.07% from 367); Blue value is 61 (24.22% from 255 or 16.62% from 367); Max value from RGB is 236 - color contains mainly: red. Hex color #EC463D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC463D is #13B9C2. Grayscale: #767676. Windows color (decimal): -1292739 or 4015852. OLE color: 4015852.

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

Color convert

RGB 236 70 61 -
CMYK 0 0.70 0.74 0.07
HSL 3.09º 0.82% 0.58% -
HSV(B) 3.09º 0.74% 0.93% -
XYZ 37.62 22.55 6.78 -
YUV 118.61 95.5 211.73 -
System Red Green Blue C M Y K H S L
Decimal 236 70 61 0 0.70 0.74 0.07 3.09 0.82 0.58
Hex EC 46 3D 0 46 4A 7 3 52 3A
Octal 354 106 75 0 106 112 7 3 122 72
Binary 11101100 1000110 111101 0 1000110 1001010 111 11 1010010 111010

Color Harmonies of #EC463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC463D

Black with #EC463D

Text Example


Text Example

White with #EC463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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