#ce513b

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

Shades of Trinidad #CE513B

Tints of Trinidad #CE513B

Color information

#CE513B (or 0xCE513B) is unknown color: approx Trinidad. HEX triplet: CE, 51 and 3B. RGB value is (206,81,59). Sum of RGB (Red+Green+Blue) = 206+81+59=346 (45% of max value = 765). Red value is 206 (80.86% from 255 or 59.54% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 59 (23.44% from 255 or 17.05% from 346); Max value from RGB is 206 - color contains mainly: red. Hex color #CE513B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE513B is #31AEC4. Grayscale: #747474. Windows color (decimal): -3256005 or 3887566. OLE color: 3887566.

HSL color Cylindrical-coordinate representation of color #CE513B: hue angle of 8.98º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE513B is Cyan = 0, Magento = 0.61, Yellow = 0.71 and Black (K on CMYK) = 0.19.

Color convert

RGB2068159-
CMYK00.610.710.19
HSL8.98º60%51.96%-
HSV(B)8.98º71.36%80.78%-
XYZ29.1919.326.33-
YUV115.8795.91192.29-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 59.54%
GREEN value IS 81 (32.03% from 255) = 23.41%
BLUE value IS 59 (23.44% from 255) = 17.05%
R=59.54%
G=23.41%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206815900.610.710.198.986051.96
HexCE513B03D471393c34
Octal3161217307510723117464
Binary11001110101000111101101111011000111100111001111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ce513b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ce513b; }

 p { color: rgb(206,81,59); }

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

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

 a { background-color: rgb(206,81,59); }

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

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

 span { border-color: rgb(206,81,59); }

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