Html Css Color HEX #EC3D31 Cinnabar

📋 copy color: '#EC3D31'

red 236 ◦ green 61 ◦ blue 49

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

Shades of Cinnabar #EC3D31

Tints of Cinnabar #EC3D31

RGB

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

 GREEN value IS 61 (24.22% from 255) = 17.63%

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

R = 68.21%
G = 17.63%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3D31 (or 0xEC3D31) is known color: Cinnabar. HEX triplet: EC, 3D and 31. RGB value is (236,61,49). Sum of RGB (Red+Green+Blue) = 236+61+49=346 (45% of max value = 765). Red value is 236 (92.58% from 255 or 68.21% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 49 (19.53% from 255 or 14.16% from 346); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3D31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3D31 is #13C2CE. Grayscale: #707070. Windows color (decimal): -1295055 or 3227116. OLE color: 3227116.

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

Color convert

RGB 236 61 49 -
CMYK 0 0.74 0.79 0.07
HSL 3.85º 0.83% 0.56% -
HSV(B) 3.85º 0.79% 0.93% -
XYZ 36.82 21.39 5.09 -
YUV 111.96 92.48 216.48 -
System Red Green Blue C M Y K H S L
Decimal 236 61 49 0 0.74 0.79 0.07 3.85 0.83 0.56
Hex EC 3D 31 0 4A 4F 7 4 53 38
Octal 354 75 61 0 112 117 7 4 123 70
Binary 11101100 111101 110001 0 1001010 1001111 111 100 1010011 111000

Color Harmonies of #EC3D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3D31

Black with #EC3D31

Text Example


Text Example

White with #EC3D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3D31; }

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

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

background-color css

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

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

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

border-color css

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

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

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