Html Css Color HEX #EC3431 Cinnabar

📋 copy color: '#EC3431'

red 236 ◦ green 52 ◦ blue 49

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

Shades of Cinnabar #EC3431

Tints of Cinnabar #EC3431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.43%

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

R = 70.03%
G = 15.43%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3431 (or 0xEC3431) is known color: Cinnabar. HEX triplet: EC, 34 and 31. RGB value is (236,52,49). Sum of RGB (Red+Green+Blue) = 236+52+49=337 (44% of max value = 765). Red value is 236 (92.58% from 255 or 70.03% from 337); Green value is 52 (20.70% from 255 or 15.43% from 337); Blue value is 49 (19.53% from 255 or 14.54% from 337); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3431 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3431 is #13CBCE. Grayscale: #6A6A6A. Windows color (decimal): -1297359 or 3224812. OLE color: 3224812.

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

Color convert

RGB 236 52 49 -
CMYK 0 0.78 0.79 0.07
HSL 0.96º 0.83% 0.56% -
HSV(B) 0.96º 0.79% 0.93% -
XYZ 36.37 20.51 4.95 -
YUV 106.67 95.46 220.24 -
System Red Green Blue C M Y K H S L
Decimal 236 52 49 0 0.78 0.79 0.07 0.96 0.83 0.56
Hex EC 34 31 0 4E 4F 7 1 53 38
Octal 354 64 61 0 116 117 7 1 123 70
Binary 11101100 110100 110001 0 1001110 1001111 111 1 1010011 111000

Color Harmonies of #EC3431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3431

Black with #EC3431

Text Example


Text Example

White with #EC3431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3431; }

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

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

background-color css

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

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

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

border-color css

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

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

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