#d64e38

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

Shades of Trinidad #D64E38

Tints of Trinidad #D64E38

Color information

#D64E38 (or 0xD64E38) is unknown color: approx Trinidad. HEX triplet: D6, 4E and 38. RGB value is (214,78,56). Sum of RGB (Red+Green+Blue) = 214+78+56=348 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.49% from 348); Green value is 78 (30.86% from 255 or 22.41% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64E38 is #29B1C7. Grayscale: #747474. Windows color (decimal): -2732488 or 3690198. OLE color: 3690198.

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

Color convert

RGB2147856-
CMYK00.640.740.16
HSL8.35º65.83%52.94%-
HSV(B)8.35º73.83%83.92%-
XYZ31.1720.035.96-
YUV116.1694.06197.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.49%
GREEN value IS 78 (30.86% from 255) = 22.41%
BLUE value IS 56 (22.27% from 255) = 16.09%
R=61.49%
G=22.41%
B=16.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.74
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214785600.640.740.168.3565.8352.94
HexD64E380404A1084235
Octal326116700100112201010265
Binary1101011010011101110000100000010010101000010001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d64e38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d64e38; }

 p { color: rgb(214,78,56); }

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

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

 a { background-color: rgb(214,78,56); }

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

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

 span { border-color: rgb(214,78,56); }

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