#ee3823

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

Shades of Cinnabar #EE3823

Tints of Cinnabar #EE3823

Color information

#EE3823 (or 0xEE3823) is unknown color: approx Cinnabar. HEX triplet: EE, 38 and 23. RGB value is (238,56,35). Sum of RGB (Red+Green+Blue) = 238+56+35=329 (43% of max value = 765). Red value is 238 (93.36% from 255 or 72.34% from 329); Green value is 56 (22.27% from 255 or 17.02% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3823 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3823 is #11C7DC. Grayscale: #6C6C6C. Windows color (decimal): -1165277 or 2308334. OLE color: 2308334.

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

Color convert

RGB2385635-
CMYK00.760.850.07
HSL6.21º85.65%53.53%-
HSV(B)6.21º85.29%93.33%-
XYZ36.9821.133.72-
YUV108.0286.8220.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 72.34%
GREEN value IS 56 (22.27% from 255) = 17.02%
BLUE value IS 35 (14.06% from 255) = 10.64%
R=72.34%
G=17.02%
B=10.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.85
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238563500.760.850.076.2185.6553.53
HexEE382304C55765636
Octal356704301141257612666
Binary111011101110001000110100110010101011111101010110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee3823

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee3823; }

 p { color: rgb(238,56,35); }

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

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

 a { background-color: rgb(238,56,35); }

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

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

 span { border-color: rgb(238,56,35); }

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