#ED3822

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

Shades of Cinnabar #ED3822

Tints of Cinnabar #ED3822

Color information

#ED3822 (or 0xED3822) is unknown color: approx Cinnabar. HEX triplet: ED, 38 and 22. RGB value is (237,56,34). Sum of RGB (Red+Green+Blue) = 237+56+34=327 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.48% from 327); Green value is 56 (22.27% from 255 or 17.13% from 327); Blue value is 34 (13.67% from 255 or 10.40% from 327); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3822 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3822 is #12C7DD. Grayscale: #6B6B6B. Windows color (decimal): -1230814 or 2242797. OLE color: 2242797.

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

Color convert

RGB2375634-
CMYK00.760.860.07
HSL6.5º84.94%53.14%-
HSV(B)6.5º85.65%92.94%-
XYZ36.6320.953.63-
YUV107.6186.47220.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.48%
GREEN value IS 56 (22.27% from 255) = 17.13%
BLUE value IS 34 (13.67% from 255) = 10.40%
R=72.48%
G=17.13%
B=10.40%

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
Decimal237563400.760.860.076.584.9453.14
HexED382204C56775535
Octal355704201141267712565
Binary111011011110001000100100110010101101111111010101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3822

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3822; }

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

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

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

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

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

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

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

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