#EF5235

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

Shades of Cinnabar #EF5235

Tints of Cinnabar #EF5235

Color information

#EF5235 (or 0xEF5235) is unknown color: approx Cinnabar. HEX triplet: EF, 52 and 35. RGB value is (239,82,53). Sum of RGB (Red+Green+Blue) = 239+82+53=374 (49% of max value = 765). Red value is 239 (93.75% from 255 or 63.90% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 53 (21.09% from 255 or 14.17% from 374); Max value from RGB is 239 - color contains mainly: red. Hex color #EF5235 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF5235 is #10ADCA. Grayscale: #7D7D7D. Windows color (decimal): -1093067 or 3494639. OLE color: 3494639.

HSL color Cylindrical-coordinate representation of color #EF5235: hue angle of 9.35º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #EF5235 is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB2398253-
CMYK00.660.780.06
HSL9.35º85.32%57.25%-
HSV(B)9.35º77.82%93.73%-
XYZ39.2624.646.06-
YUV125.6487.01208.86-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 63.90%
GREEN value IS 82 (32.42% from 255) = 21.93%
BLUE value IS 53 (21.09% from 255) = 14.17%
R=63.90%
G=21.93%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239825300.660.780.069.3585.3257.25
HexEF52350424E695539
Octal35712265010211661112571
Binary11101111101001011010101000010100111011010011010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF5235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF5235; }

 p { color: rgb(239,82,53); }

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

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

 a { background-color: rgb(239,82,53); }

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

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

 span { border-color: rgb(239,82,53); }

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