Html Css Color HEX #EC3F31 Cinnabar

📋 copy color: '#EC3F31'

red 236 ◦ green 63 ◦ blue 49

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

Shades of Cinnabar #EC3F31

Tints of Cinnabar #EC3F31

RGB

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

 GREEN value IS 63 (25% from 255) = 18.1%

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

R = 67.82%
G = 18.1%
B = 14.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#EC3F31 (or 0xEC3F31) is known color: Cinnabar. HEX triplet: EC, 3F and 31. RGB value is (236,63,49). Sum of RGB (Red+Green+Blue) = 236+63+49=348 (46% of max value = 765). Red value is 236 (92.58% from 255 or 67.82% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 49 (19.53% from 255 or 14.08% from 348); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3F31 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC3F31 is #13C0CE. Grayscale: #717171. Windows color (decimal): -1294543 or 3227628. OLE color: 3227628.

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

Color convert

RGB 236 63 49 -
CMYK 0 0.73 0.79 0.07
HSL 4.49º 0.83% 0.56% -
HSV(B) 4.49º 0.79% 0.93% -
XYZ 36.92 21.61 5.13 -
YUV 113.13 91.81 215.64 -
System Red Green Blue C M Y K H S L
Decimal 236 63 49 0 0.73 0.79 0.07 4.49 0.83 0.56
Hex EC 3F 31 0 49 4F 7 4 53 38
Octal 354 77 61 0 111 117 7 4 123 70
Binary 11101100 111111 110001 0 1001001 1001111 111 100 1010011 111000

Color Harmonies of #EC3F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3F31

Black with #EC3F31

Text Example


Text Example

White with #EC3F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3F31; }

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

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

background-color css

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

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

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

border-color css

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

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

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