#EC381E

Color #EC381E Cinnabar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cinnabar #EC381E

Tints of Cinnabar #EC381E

Color information

#EC381E (or 0xEC381E) is unknown color: approx Cinnabar. HEX triplet: EC, 38 and 1E. RGB value is (236,56,30). Sum of RGB (Red+Green+Blue) = 236+56+30=322 (42% of max value = 765). Red value is 236 (92.58% from 255 or 73.29% from 322); Green value is 56 (22.27% from 255 or 17.39% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 236 - color contains mainly: red. Hex color #EC381E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EC381E is #13C7E1. Grayscale: #6B6B6B. Windows color (decimal): -1296354 or 1980652. OLE color: 1980652.

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

Color convert

RGB2365630-
CMYK00.760.870.07
HSL7.57º84.43%52.16%-
HSV(B)7.57º87.29%92.55%-
XYZ36.2420.753.32-
YUV106.8684.63220.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 73.29%
GREEN value IS 56 (22.27% from 255) = 17.39%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=73.29%
G=17.39%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal236563000.760.870.077.5784.4352.16
HexEC381E04C57785434
Octal3547036011412771012464
Binary111011001110001111001001100101011111110001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC381E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC381E; }

 p { color: rgb(236,56,30); }

 H1.HeaderClassName
 {
   color: #EC381E;
 }
 .AnyTagClassName
 {
   color: #EC381E;
 }
</style>
background-color css

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

 a { background-color: rgb(236,56,30); }

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

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

 span { border-color: rgb(236,56,30); }

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