#D84C1F

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

Shades of Trinidad #D84C1F

Tints of Trinidad #D84C1F

Color information

#D84C1F (or 0xD84C1F) is unknown color: approx Trinidad. HEX triplet: D8, 4C and 1F. RGB value is (216,76,31). Sum of RGB (Red+Green+Blue) = 216+76+31=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 76 (30.08% from 255 or 23.53% from 323); Blue value is 31 (12.5% from 255 or 9.60% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C1F is #27B3E0. Grayscale: #717171. Windows color (decimal): -2601953 or 2051288. OLE color: 2051288.

HSL color Cylindrical-coordinate representation of color #D84C1F: hue angle of 14.59º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D84C1F is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2167631-
CMYK00.650.860.15
HSL14.59º74.9%48.43%-
HSV(B)14.59º85.65%84.71%-
XYZ31.1519.873.49-
YUV112.7381.88201.66-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 66.87%
GREEN value IS 76 (30.08% from 255) = 23.53%
BLUE value IS 31 (12.5% from 255) = 9.60%
R=66.87%
G=23.53%
B=9.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.86
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216763100.650.860.1514.5974.948.43
HexD84C1F04156Ff4b30
Octal330114370101126171711360
Binary11011000100110011111010000011010110111111111001011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C1F; }

 p { color: rgb(216,76,31); }

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

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

 a { background-color: rgb(216,76,31); }

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

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

 span { border-color: rgb(216,76,31); }

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