Html Css Color HEX #EC3124 Cinnabar

📋 copy color: '#EC3124'

red 236 ◦ green 49 ◦ blue 36

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

Shades of Cinnabar #EC3124

Tints of Cinnabar #EC3124

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.26%

 BLUE value IS 36 (14.45% from 255) = 11.21%

R = 73.52%
G = 15.26%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.07

RGB Variations

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

Color information

#EC3124 (or 0xEC3124) is known color: Cinnabar. HEX triplet: EC, 31 and 24. RGB value is (236,49,36). Sum of RGB (Red+Green+Blue) = 236+49+36=321 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.52% from 321); Green value is 49 (19.53% from 255 or 15.26% from 321); Blue value is 36 (14.45% from 255 or 11.21% from 321); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3124 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3124 is #13CEDB. Grayscale: #676767. Windows color (decimal): -1298140 or 2372076. OLE color: 2372076.

HSL color Cylindrical-coordinate representation of color #EC3124: hue angle of 3.9º degrees, saturation: 0.84, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EC3124 is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 49 36 -
CMYK 0 0.79 0.85 0.07
HSL 3.9º 0.84% 0.53% -
HSV(B) 3.9º 0.85% 0.93% -
XYZ 36.01 20.16 3.66 -
YUV 103.43 89.95 222.56 -
System Red Green Blue C M Y K H S L
Decimal 236 49 36 0 0.79 0.85 0.07 3.9 0.84 0.53
Hex EC 31 24 0 4F 55 7 4 54 35
Octal 354 61 44 0 117 125 7 4 124 65
Binary 11101100 110001 100100 0 1001111 1010101 111 100 1010100 110101

Color Harmonies of #EC3124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3124

Black with #EC3124

Text Example


Text Example

White with #EC3124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3124; }

 p { color: rgb(236,49,36); }

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

background-color css

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

 a { background-color: rgb(236,49,36); }

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

border-color css

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

 span { border-color: rgb(236,49,36); }

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