Html Css Color HEX #EC3C31 Cinnabar

📋 copy color: '#EC3C31'

red 236 ◦ green 60 ◦ blue 49

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

Shades of Cinnabar #EC3C31

Tints of Cinnabar #EC3C31

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.39%

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

R = 68.41%
G = 17.39%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3C31 (or 0xEC3C31) is known color: Cinnabar. HEX triplet: EC, 3C and 31. RGB value is (236,60,49). Sum of RGB (Red+Green+Blue) = 236+60+49=345 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.41% from 345); Green value is 60 (23.83% from 255 or 17.39% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3C31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3C31 is #13C3CE. Grayscale: #6F6F6F. Windows color (decimal): -1295311 or 3226860. OLE color: 3226860.

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

Color convert

RGB 236 60 49 -
CMYK 0 0.75 0.79 0.07
HSL 3.53º 0.83% 0.56% -
HSV(B) 3.53º 0.79% 0.93% -
XYZ 36.76 21.29 5.08 -
YUV 111.37 92.81 216.89 -
System Red Green Blue C M Y K H S L
Decimal 236 60 49 0 0.75 0.79 0.07 3.53 0.83 0.56
Hex EC 3C 31 0 4B 4F 7 4 53 38
Octal 354 74 61 0 113 117 7 4 123 70
Binary 11101100 111100 110001 0 1001011 1001111 111 100 1010011 111000

Color Harmonies of #EC3C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3C31

Black with #EC3C31

Text Example


Text Example

White with #EC3C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3C31; }

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

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

background-color css

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

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

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

border-color css

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

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

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