Html Css Color HEX #EC331F Cinnabar

📋 copy color: '#EC331F'

red 236 ◦ green 51 ◦ blue 31

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

Shades of Cinnabar #EC331F

Tints of Cinnabar #EC331F

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.04%

 BLUE value IS 31 (12.5% from 255) = 9.75%

R = 74.21%
G = 16.04%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#EC331F (or 0xEC331F) is known color: Cinnabar. HEX triplet: EC, 33 and 1F. RGB value is (236,51,31). Sum of RGB (Red+Green+Blue) = 236+51+31=318 (42% of max value = 765). Red value is 236 (92.58% from 255 or 74.21% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 31 (12.5% from 255 or 9.75% from 318); Max value from RGB is 236 - color contains mainly: red. Hex color #EC331F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC331F is #13CCE0. Grayscale: #686868. Windows color (decimal): -1297633 or 2044908. OLE color: 2044908.

HSL color Cylindrical-coordinate representation of color #EC331F: hue angle of 5.85º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EC331F is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 51 31 -
CMYK 0 0.78 0.87 0.07
HSL 5.85º 0.84% 0.52% -
HSV(B) 5.85º 0.87% 0.93% -
XYZ 36.02 20.3 3.32 -
YUV 104.04 86.79 222.13 -
System Red Green Blue C M Y K H S L
Decimal 236 51 31 0 0.78 0.87 0.07 5.85 0.84 0.52
Hex EC 33 1F 0 4E 57 7 6 54 34
Octal 354 63 37 0 116 127 7 6 124 64
Binary 11101100 110011 11111 0 1001110 1010111 111 110 1010100 110100

Color Harmonies of #EC331F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC331F

Black with #EC331F

Text Example


Text Example

White with #EC331F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC331F; }

 p { color: rgb(236,51,31); }

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

background-color css

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

 a { background-color: rgb(236,51,31); }

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

border-color css

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

 span { border-color: rgb(236,51,31); }

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