#D84C1E

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

Shades of Trinidad #D84C1E

Tints of Trinidad #D84C1E

Color information

#D84C1E (or 0xD84C1E) is unknown color: approx Trinidad. HEX triplet: D8, 4C and 1E. RGB value is (216,76,30). Sum of RGB (Red+Green+Blue) = 216+76+30=322 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.08% from 322); Green value is 76 (30.08% from 255 or 23.60% from 322); Blue value is 30 (12.11% from 255 or 9.32% from 322); Max value from RGB is 216 - color contains mainly: red. Hex color #D84C1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84C1E is #27B3E1. Grayscale: #707070. Windows color (decimal): -2601954 or 1985752. OLE color: 1985752.

HSL color Cylindrical-coordinate representation of color #D84C1E: hue angle of 14.84º degrees, saturation: 0.76, 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 #D84C1E is Cyan = 0, Magento = 0.65, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB2167630-
CMYK00.650.860.15
HSL14.84º75.61%48.24%-
HSV(B)14.84º86.11%84.71%-
XYZ31.1419.863.42-
YUV112.6281.38201.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 67.08%
GREEN value IS 76 (30.08% from 255) = 23.60%
BLUE value IS 30 (12.11% from 255) = 9.32%
R=67.08%
G=23.60%
B=9.32%

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
Decimal216763000.650.860.1514.8475.6148.24
HexD84C1E04156Ff4c30
Octal330114360101126171711460
Binary11011000100110011110010000011010110111111111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D84C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D84C1E; }

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

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

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

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

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

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

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

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