#ED481C

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

Shades of Cinnabar #ED481C

Tints of Cinnabar #ED481C

Color information

#ED481C (or 0xED481C) is unknown color: approx Cinnabar. HEX triplet: ED, 48 and 1C. RGB value is (237,72,28). Sum of RGB (Red+Green+Blue) = 237+72+28=337 (44% of max value = 765). Red value is 237 (92.97% from 255 or 70.33% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 237 - color contains mainly: red. Hex color #ED481C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED481C is #12B7E3. Grayscale: #747474. Windows color (decimal): -1226724 or 1853677. OLE color: 1853677.

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

Color convert

RGB2377228-
CMYK00.700.880.07
HSL12.63º85.31%51.96%-
HSV(B)12.63º88.19%92.94%-
XYZ37.4522.723.51-
YUV116.3278.16214.08-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 70.33%
GREEN value IS 72 (28.52% from 255) = 21.36%
BLUE value IS 28 (11.33% from 255) = 8.31%
R=70.33%
G=21.36%
B=8.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237722800.700.880.0712.6385.3151.96
HexED481C046587d5534
Octal35511034010613071512564
Binary1110110110010001110001000110101100011111011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED481C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED481C; }

 p { color: rgb(237,72,28); }

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

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

 a { background-color: rgb(237,72,28); }

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

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

 span { border-color: rgb(237,72,28); }

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