#ED3922

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

Shades of Cinnabar #ED3922

Tints of Cinnabar #ED3922

Color information

#ED3922 (or 0xED3922) is unknown color: approx Cinnabar. HEX triplet: ED, 39 and 22. RGB value is (237,57,34). Sum of RGB (Red+Green+Blue) = 237+57+34=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 34 (13.67% from 255 or 10.37% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3922 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3922 is #12C6DD. Grayscale: #6C6C6C. Windows color (decimal): -1230558 or 2243053. OLE color: 2243053.

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

Color convert

RGB2375734-
CMYK00.760.860.07
HSL6.8º84.94%53.14%-
HSV(B)6.8º85.65%92.94%-
XYZ36.6821.053.64-
YUV108.286.13219.87-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.26%
GREEN value IS 57 (22.66% from 255) = 17.38%
BLUE value IS 34 (13.67% from 255) = 10.37%
R=72.26%
G=17.38%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237573400.760.860.076.884.9453.14
HexED392204C56775535
Octal355714201141267712565
Binary111011011110011000100100110010101101111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3922; }

 p { color: rgb(237,57,34); }

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

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

 a { background-color: rgb(237,57,34); }

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

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

 span { border-color: rgb(237,57,34); }

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