#ED2C2A

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

Shades of Cinnabar #ED2C2A

Tints of Cinnabar #ED2C2A

Color information

#ED2C2A (or 0xED2C2A) is unknown color: approx Cinnabar. HEX triplet: ED, 2C and 2A. RGB value is (237,44,42). Sum of RGB (Red+Green+Blue) = 237+44+42=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 44 (17.58% from 255 or 13.62% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2C2A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2C2A is #12D3D5. Grayscale: #656565. Windows color (decimal): -1233878 or 2764013. OLE color: 2764013.

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

Color convert

RGB2374442-
CMYK00.810.820.07
HSL0.62º84.42%54.71%-
HSV(B)0.62º82.28%92.94%-
XYZ36.2419.974.14-
YUV101.4894.44224.66-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.37%
GREEN value IS 44 (17.58% from 255) = 13.62%
BLUE value IS 42 (16.80% from 255) = 13.00%
R=73.37%
G=13.62%
B=13.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.82
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237444200.810.820.070.6284.4254.71
HexED2C2A05152715437
Octal355545201211227112467
Binary1110110110110010101001010001101001011111010100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2C2A; }

 p { color: rgb(237,44,42); }

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

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

 a { background-color: rgb(237,44,42); }

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

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

 span { border-color: rgb(237,44,42); }

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