#ED3422

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

Shades of Cinnabar #ED3422

Tints of Cinnabar #ED3422

Color information

#ED3422 (or 0xED3422) is unknown color: approx Cinnabar. HEX triplet: ED, 34 and 22. RGB value is (237,52,34). Sum of RGB (Red+Green+Blue) = 237+52+34=323 (42% of max value = 765). Red value is 237 (92.97% from 255 or 73.37% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3422 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3422 is #12CBDD. Grayscale: #696969. Windows color (decimal): -1231838 or 2241773. OLE color: 2241773.

HSL color Cylindrical-coordinate representation of color #ED3422: hue angle of 5.32º 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 #ED3422 is Cyan = 0, Magento = 0.78, Yellow = 0.86 and Black (K on CMYK) = 0.07.

Color convert

RGB2375234-
CMYK00.780.860.07
HSL5.32º84.94%53.14%-
HSV(B)5.32º85.65%92.94%-
XYZ36.4420.583.56-
YUV105.2687.79221.96-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 73.37%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=73.37%
G=16.10%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.86
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237523400.780.860.075.3284.9453.14
HexED342204E56755535
Octal355644201161267512565
Binary111011011101001000100100111010101101111011010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3422; }

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

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

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

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

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

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

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

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