Html Css Color HEX #EC463F Cinnabar

📋 copy color: '#EC463F'

red 236 ◦ green 70 ◦ blue 63

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

Shades of Cinnabar #EC463F

Tints of Cinnabar #EC463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.07%

R = 63.96%
G = 18.97%
B = 17.07%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC463F (or 0xEC463F) is known color: Cinnabar. HEX triplet: EC, 46 and 3F. RGB value is (236,70,63). Sum of RGB (Red+Green+Blue) = 236+70+63=369 (48% of max value = 765). Red value is 236 (92.58% from 255 or 63.96% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 63 (25% from 255 or 17.07% from 369); Max value from RGB is 236 - color contains mainly: red. Hex color #EC463F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC463F is #13B9C0. Grayscale: #777777. Windows color (decimal): -1292737 or 4146924. OLE color: 4146924.

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

Color convert

RGB 236 70 63 -
CMYK 0 0.70 0.73 0.07
HSL 2.43º 0.82% 0.59% -
HSV(B) 2.43º 0.73% 0.93% -
XYZ 37.68 22.57 7.07 -
YUV 118.84 96.5 211.57 -
System Red Green Blue C M Y K H S L
Decimal 236 70 63 0 0.70 0.73 0.07 2.43 0.82 0.59
Hex EC 46 3F 0 46 49 7 2 52 3B
Octal 354 106 77 0 106 111 7 2 122 73
Binary 11101100 1000110 111111 0 1000110 1001001 111 10 1010010 111011

Color Harmonies of #EC463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC463F

Black with #EC463F

Text Example


Text Example

White with #EC463F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC463F; }

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

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

background-color css

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

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

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

border-color css

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

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

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