#D5492E

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

Shades of Trinidad #D5492E

Tints of Trinidad #D5492E

Color information

#D5492E (or 0xD5492E) is unknown color: approx Trinidad. HEX triplet: D5, 49 and 2E. RGB value is (213,73,46). Sum of RGB (Red+Green+Blue) = 213+73+46=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D5492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5492E is #2AB6D1. Grayscale: #707070. Windows color (decimal): -2799314 or 3033557. OLE color: 3033557.

HSL color Cylindrical-coordinate representation of color #D5492E: hue angle of 9.7º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D5492E is Cyan = 0, Magento = 0.66, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB2137346-
CMYK00.660.780.16
HSL9.7º66.53%50.78%-
HSV(B)9.7º78.4%83.53%-
XYZ30.3219.114.68-
YUV111.7890.88200.2-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 64.16%
GREEN value IS 73 (28.91% from 255) = 21.99%
BLUE value IS 46 (18.36% from 255) = 13.86%
R=64.16%
G=21.99%
B=13.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.78
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213734600.660.780.169.766.5350.78
HexD5492E0424E10a4333
Octal325111560102116201210363
Binary1101010110010011011100100001010011101000010101000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5492E; }

 p { color: rgb(213,73,46); }

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

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

 a { background-color: rgb(213,73,46); }

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

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

 span { border-color: rgb(213,73,46); }

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