#ED483D

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

Shades of Cinnabar #ED483D

Tints of Cinnabar #ED483D

Color information

#ED483D (or 0xED483D) is unknown color: approx Cinnabar. HEX triplet: ED, 48 and 3D. RGB value is (237,72,61). Sum of RGB (Red+Green+Blue) = 237+72+61=370 (49% of max value = 765). Red value is 237 (92.97% from 255 or 64.05% from 370); Green value is 72 (28.52% from 255 or 19.46% from 370); Blue value is 61 (24.22% from 255 or 16.49% from 370); Max value from RGB is 237 - color contains mainly: red. Hex color #ED483D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #ED483D is #12B7C2. Grayscale: #787878. Windows color (decimal): -1226691 or 4016365. OLE color: 4016365.

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

Color convert

RGB2377261-
CMYK00.700.740.07
HSL3.75º83.02%58.43%-
HSV(B)3.75º74.26%92.94%-
XYZ38.0822.986.84-
YUV120.0894.66211.39-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 64.05%
GREEN value IS 72 (28.52% from 255) = 19.46%
BLUE value IS 61 (24.22% from 255) = 16.49%
R=64.05%
G=19.46%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal237726100.700.740.073.7583.0258.43
HexED483D0464A74533a
Octal3551107501061127412372
Binary1110110110010001111010100011010010101111001010011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED483D; }

 p { color: rgb(237,72,61); }

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

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

 a { background-color: rgb(237,72,61); }

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

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

 span { border-color: rgb(237,72,61); }

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