Html Css Color HEX #EC4D3F Cinnabar

📋 copy color: '#EC4D3F'

red 236 ◦ green 77 ◦ blue 63

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

Shades of Cinnabar #EC4D3F

Tints of Cinnabar #EC4D3F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.48%

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

R = 62.77%
G = 20.48%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4D3F (or 0xEC4D3F) is known color: Cinnabar. HEX triplet: EC, 4D and 3F. RGB value is (236,77,63). Sum of RGB (Red+Green+Blue) = 236+77+63=376 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.77% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 63 (25% from 255 or 16.76% from 376); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4D3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC4D3F is #13B2C0. Grayscale: #7B7B7B. Windows color (decimal): -1290945 or 4148716. OLE color: 4148716.

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

Color convert

RGB 236 77 63 -
CMYK 0 0.67 0.73 0.07
HSL 4.86º 0.82% 0.59% -
HSV(B) 4.86º 0.73% 0.93% -
XYZ 38.14 23.5 7.23 -
YUV 122.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 236 77 63 0 0.67 0.73 0.07 4.86 0.82 0.59
Hex EC 4D 3F 0 43 49 7 5 52 3B
Octal 354 115 77 0 103 111 7 5 122 73
Binary 11101100 1001101 111111 0 1000011 1001001 111 101 1010010 111011

Color Harmonies of #EC4D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4D3F

Black with #EC4D3F

Text Example


Text Example

White with #EC4D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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