#D64F35

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

Shades of Trinidad #D64F35

Tints of Trinidad #D64F35

Color information

#D64F35 (or 0xD64F35) is unknown color: approx Trinidad. HEX triplet: D6, 4F and 35. RGB value is (214,79,53). Sum of RGB (Red+Green+Blue) = 214+79+53=346 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.85% from 346); Green value is 79 (31.25% from 255 or 22.83% from 346); Blue value is 53 (21.09% from 255 or 15.32% from 346); Max value from RGB is 214 - color contains mainly: red. Hex color #D64F35 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64F35 is #29B0CA. Grayscale: #747474. Windows color (decimal): -2732235 or 3493846. OLE color: 3493846.

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

Color convert

RGB2147953-
CMYK00.630.750.16
HSL9.69º66.26%52.35%-
HSV(B)9.69º75.23%83.92%-
XYZ31.1720.155.61-
YUV116.492.23197.61-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.85%
GREEN value IS 79 (31.25% from 255) = 22.83%
BLUE value IS 53 (21.09% from 255) = 15.32%
R=61.85%
G=22.83%
B=15.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214795300.630.750.169.6966.2652.35
HexD64F3503F4B10a4234
Octal32611765077113201210264
Binary110101101001111110101011111110010111000010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D64F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D64F35; }

 p { color: rgb(214,79,53); }

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

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

 a { background-color: rgb(214,79,53); }

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

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

 span { border-color: rgb(214,79,53); }

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