Html Css Color HEX #EC4C3F Cinnabar

📋 copy color: '#EC4C3F'

red 236 ◦ green 76 ◦ blue 63

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

Shades of Cinnabar #EC4C3F

Tints of Cinnabar #EC4C3F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

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

R = 62.93%
G = 20.27%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC4C3F (or 0xEC4C3F) is known color: Cinnabar. HEX triplet: EC, 4C and 3F. RGB value is (236,76,63). Sum of RGB (Red+Green+Blue) = 236+76+63=375 (49% of max value = 765). Red value is 236 (92.58% from 255 or 62.93% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 63 (25% from 255 or 16.8% from 375); Max value from RGB is 236 - color contains mainly: red. Hex color #EC4C3F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC4C3F is #13B3C0. Grayscale: #7A7A7A. Windows color (decimal): -1291201 or 4148460. OLE color: 4148460.

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

Color convert

RGB 236 76 63 -
CMYK 0 0.68 0.73 0.07
HSL 4.51º 0.82% 0.59% -
HSV(B) 4.51º 0.73% 0.93% -
XYZ 38.07 23.36 7.2 -
YUV 122.36 94.51 209.06 -
System Red Green Blue C M Y K H S L
Decimal 236 76 63 0 0.68 0.73 0.07 4.51 0.82 0.59
Hex EC 4C 3F 0 44 49 7 5 52 3B
Octal 354 114 77 0 104 111 7 5 122 73
Binary 11101100 1001100 111111 0 1000100 1001001 111 101 1010010 111011

Color Harmonies of #EC4C3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC4C3F

Black with #EC4C3F

Text Example


Text Example

White with #EC4C3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC4C3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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