#ED2923

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

Shades of Cinnabar #ED2923

Tints of Cinnabar #ED2923

Color information

#ED2923 (or 0xED2923) is unknown color: approx Cinnabar. HEX triplet: ED, 29 and 23. RGB value is (237,41,35). Sum of RGB (Red+Green+Blue) = 237+41+35=313 (41% of max value = 765). Red value is 237 (92.97% from 255 or 75.72% from 313); Green value is 41 (16.41% from 255 or 13.10% from 313); Blue value is 35 (14.06% from 255 or 11.18% from 313); Max value from RGB is 237 - color contains mainly: red. Hex color #ED2923 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED2923 is #12D6DC. Grayscale: #636363. Windows color (decimal): -1234653 or 2304493. OLE color: 2304493.

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

Color convert

RGB2374135-
CMYK00.830.850.07
HSL1.78º84.87%53.33%-
HSV(B)1.78º85.23%92.94%-
XYZ36.0219.713.5-
YUV98.9291.93226.49-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 75.72%
GREEN value IS 41 (16.41% from 255) = 13.10%
BLUE value IS 35 (14.06% from 255) = 11.18%
R=75.72%
G=13.10%
B=11.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237413500.830.850.071.7884.8753.33
HexED292305355725535
Octal355514301231257212565
Binary11101101101001100011010100111010101111101010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED2923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED2923; }

 p { color: rgb(237,41,35); }

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

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

 a { background-color: rgb(237,41,35); }

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

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

 span { border-color: rgb(237,41,35); }

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