#EE453D

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

Shades of Cinnabar #EE453D

Tints of Cinnabar #EE453D

Color information

#EE453D (or 0xEE453D) is unknown color: approx Cinnabar. HEX triplet: EE, 45 and 3D. RGB value is (238,69,61). Sum of RGB (Red+Green+Blue) = 238+69+61=368 (48% of max value = 765). Red value is 238 (93.36% from 255 or 64.67% from 368); Green value is 69 (27.34% from 255 or 18.75% from 368); Blue value is 61 (24.22% from 255 or 16.58% from 368); Max value from RGB is 238 - color contains mainly: red. Hex color #EE453D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE453D is #11BAC2. Grayscale: #767676. Windows color (decimal): -1161923 or 4015598. OLE color: 4015598.

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

Color convert

RGB2386961-
CMYK00.710.740.07
HSL2.71º83.89%58.63%-
HSV(B)2.71º74.37%93.33%-
XYZ38.2322.776.8-
YUV118.6295.49213.15-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 64.67%
GREEN value IS 69 (27.34% from 255) = 18.75%
BLUE value IS 61 (24.22% from 255) = 16.58%
R=64.67%
G=18.75%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238696100.710.740.072.7183.8958.63
HexEE453D0474A73543b
Octal3561057501071127312473
Binary111011101000101111101010001111001010111111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE453D; }

 p { color: rgb(238,69,61); }

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

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

 a { background-color: rgb(238,69,61); }

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

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

 span { border-color: rgb(238,69,61); }

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