#ed2d1f

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

Shades of Cinnabar #ED2D1F

Tints of Cinnabar #ED2D1F

Color information

#ED2D1F (or 0xED2D1F) is unknown color: approx Cinnabar. HEX triplet: ED, 2D and 1F. RGB value is (237,45,31). Sum of RGB (Red+Green+Blue) = 237+45+31=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 45 (17.97% from 255 or 14.38% from 313); Blue value is 31 (12.5% from 255 or 9.90% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2D1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2D1F is #12D2E0. Grayscale: #656565. Windows color (decimal): -1233633 or 2043373. OLE color: 2043373.

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

Color convert

RGB2374531-
CMYK00.810.870.07
HSL4.08º85.12%52.55%-
HSV(B)4.08º86.92%92.94%-
XYZ36.1119.983.25-
YUV100.8188.61225.14-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75.72%
GREEN value IS 45 (17.97% from 255) = 14.38%
BLUE value IS 31 (12.5% from 255) = 9.90%
R=75.72%
G=14.38%
B=9.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.87
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237453100.810.870.074.0885.1252.55
HexED2D1F05157745535
Octal355553701211277412565
Binary11101101101101111110101000110101111111001010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ed2d1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ed2d1f; }

 p { color: rgb(237,45,31); }

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

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

 a { background-color: rgb(237,45,31); }

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

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

 span { border-color: rgb(237,45,31); }

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