#ED3E1D

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

Shades of Cinnabar #ED3E1D

Tints of Cinnabar #ED3E1D

Color information

#ED3E1D (or 0xED3E1D) is unknown color: approx Cinnabar. HEX triplet: ED, 3E and 1D. RGB value is (237,62,29). Sum of RGB (Red+Green+Blue) = 237+62+29=328 (43% of max value = 765). Red value is 237 (92.97% from 255 or 72.26% from 328); Green value is 62 (24.61% from 255 or 18.90% from 328); Blue value is 29 (11.72% from 255 or 8.84% from 328); Max value from RGB is 237 - color contains mainly: red. Hex color #ED3E1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED3E1D is #12C1E2. Grayscale: #6E6E6E. Windows color (decimal): -1229283 or 1916653. OLE color: 1916653.

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

Color convert

RGB2376229-
CMYK00.740.880.07
HSL9.52º85.25%52.16%-
HSV(B)9.52º87.76%92.94%-
XYZ36.8721.543.38-
YUV110.5681.98218.18-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 72.26%
GREEN value IS 62 (24.61% from 255) = 18.90%
BLUE value IS 29 (11.72% from 255) = 8.84%
R=72.26%
G=18.90%
B=8.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.88
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237622900.740.880.079.5285.2552.16
HexED3E1D04A587a5534
Octal3557635011213071212564
Binary111011011111101110101001010101100011110101010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED3E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED3E1D; }

 p { color: rgb(237,62,29); }

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

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

 a { background-color: rgb(237,62,29); }

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

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

 span { border-color: rgb(237,62,29); }

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