Html Css Color HEX #EC512F Cinnabar

📋 copy color: '#EC512F'

red 236 ◦ green 81 ◦ blue 47

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

Shades of Cinnabar #EC512F

Tints of Cinnabar #EC512F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.25%

 BLUE value IS 47 (18.75% from 255) = 12.91%

R = 64.84%
G = 22.25%
B = 12.91%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#EC512F (or 0xEC512F) is known color: Cinnabar. HEX triplet: EC, 51 and 2F. RGB value is (236,81,47). Sum of RGB (Red+Green+Blue) = 236+81+47=364 (48% of max value = 765). Red value is 236 (92.58% from 255 or 64.84% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 47 (18.75% from 255 or 12.91% from 364); Max value from RGB is 236 - color contains mainly: red. Hex color #EC512F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC512F is #13AED0. Grayscale: #7B7B7B. Windows color (decimal): -1289937 or 3101164. OLE color: 3101164.

HSL color Cylindrical-coordinate representation of color #EC512F: hue angle of 10.79º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EC512F is Cyan = 0, Magento = 0.66, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 81 47 -
CMYK 0 0.66 0.80 0.07
HSL 10.79º 0.83% 0.55% -
HSV(B) 10.79º 0.8% 0.93% -
XYZ 38.05 23.92 5.3 -
YUV 123.47 84.85 208.26 -
System Red Green Blue C M Y K H S L
Decimal 236 81 47 0 0.66 0.80 0.07 10.79 0.83 0.55
Hex EC 51 2F 0 42 50 7 B 53 37
Octal 354 121 57 0 102 120 7 13 123 67
Binary 11101100 1010001 101111 0 1000010 1010000 111 1011 1010011 110111

Color Harmonies of #EC512F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC512F

Black with #EC512F

Text Example


Text Example

White with #EC512F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC512F; }

 p { color: rgb(236,81,47); }

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

background-color css

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

 a { background-color: rgb(236,81,47); }

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

border-color css

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

 span { border-color: rgb(236,81,47); }

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