Html Css Color HEX #EC3734 Cinnabar

📋 copy color: '#EC3734'

red 236 ◦ green 55 ◦ blue 52

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

Shades of Cinnabar #EC3734

Tints of Cinnabar #EC3734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.03%

 BLUE value IS 52 (20.7% from 255) = 15.16%

R = 68.8%
G = 16.03%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.78

 K value IS 0.07

RGB Variations

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

Color information

#EC3734 (or 0xEC3734) is known color: Cinnabar. HEX triplet: EC, 37 and 34. RGB value is (236,55,52). Sum of RGB (Red+Green+Blue) = 236+55+52=343 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.80% from 343); Green value is 55 (21.88% from 255 or 16.03% from 343); Blue value is 52 (20.70% from 255 or 15.16% from 343); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3734 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3734 is #13C8CB. Grayscale: #6C6C6C. Windows color (decimal): -1296588 or 3422188. OLE color: 3422188.

HSL color Cylindrical-coordinate representation of color #EC3734: hue angle of 0.98º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EC3734 is Cyan = 0, Magento = 0.77, Yellow = 0.78 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 55 52 -
CMYK 0 0.77 0.78 0.07
HSL 0.98º 0.83% 0.56% -
HSV(B) 0.98º 0.78% 0.93% -
XYZ 36.58 20.81 5.34 -
YUV 108.78 95.97 218.74 -
System Red Green Blue C M Y K H S L
Decimal 236 55 52 0 0.77 0.78 0.07 0.98 0.83 0.56
Hex EC 37 34 0 4D 4E 7 1 53 38
Octal 354 67 64 0 115 116 7 1 123 70
Binary 11101100 110111 110100 0 1001101 1001110 111 1 1010011 111000

Color Harmonies of #EC3734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3734

Black with #EC3734

Text Example


Text Example

White with #EC3734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3734; }

 p { color: rgb(236,55,52); }

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

background-color css

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

 a { background-color: rgb(236,55,52); }

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

border-color css

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

 span { border-color: rgb(236,55,52); }

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