Html Css Color HEX #EC3631 Cinnabar

📋 copy color: '#EC3631'

red 236 ◦ green 54 ◦ blue 49

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

Shades of Cinnabar #EC3631

Tints of Cinnabar #EC3631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.93%

 BLUE value IS 49 (19.53% from 255) = 14.45%

R = 69.62%
G = 15.93%
B = 14.45%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3631 (or 0xEC3631) is known color: Cinnabar. HEX triplet: EC, 36 and 31. RGB value is (236,54,49). Sum of RGB (Red+Green+Blue) = 236+54+49=339 (44% of max value = 765). Red value is 236 (92.58% from 255 or 69.62% from 339); Green value is 54 (21.48% from 255 or 15.93% from 339); Blue value is 49 (19.53% from 255 or 14.45% from 339); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3631 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3631 is #13C9CE. Grayscale: #6C6C6C. Windows color (decimal): -1296847 or 3225324. OLE color: 3225324.

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

Color convert

RGB 236 54 49 -
CMYK 0 0.77 0.79 0.07
HSL 1.6º 0.83% 0.56% -
HSV(B) 1.6º 0.79% 0.93% -
XYZ 36.47 20.69 4.98 -
YUV 107.85 94.8 219.41 -
System Red Green Blue C M Y K H S L
Decimal 236 54 49 0 0.77 0.79 0.07 1.6 0.83 0.56
Hex EC 36 31 0 4D 4F 7 2 53 38
Octal 354 66 61 0 115 117 7 2 123 70
Binary 11101100 110110 110001 0 1001101 1001111 111 10 1010011 111000

Color Harmonies of #EC3631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3631

Black with #EC3631

Text Example


Text Example

White with #EC3631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3631; }

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

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

background-color css

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

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

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

border-color css

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

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

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