#EE3F3D

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

Shades of Cinnabar #EE3F3D

Tints of Cinnabar #EE3F3D

Color information

#EE3F3D (or 0xEE3F3D) is unknown color: approx Cinnabar. HEX triplet: EE, 3F and 3D. RGB value is (238,63,61). Sum of RGB (Red+Green+Blue) = 238+63+61=362 (47% of max value = 765). Red value is 238 (93.36% from 255 or 65.75% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3F3D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #EE3F3D is #11C0C2. Grayscale: #737373. Windows color (decimal): -1163459 or 4014062. OLE color: 4014062.

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

Color convert

RGB2386361-
CMYK00.740.740.07
HSL0.68º83.89%58.63%-
HSV(B)0.68º74.37%93.33%-
XYZ37.8822.076.68-
YUV115.197.48215.66-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 65.75%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=65.75%
G=17.40%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal238636100.740.740.070.6883.8958.63
HexEE3F3D04A4A71543b
Octal356777501121127112473
Binary1110111011111111110101001010100101011111010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE3F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE3F3D; }

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

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

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

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

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

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

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

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