#D2501F

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

Shades of Trinidad #D2501F

Tints of Trinidad #D2501F

Color information

#D2501F (or 0xD2501F) is unknown color: approx Trinidad. HEX triplet: D2, 50 and 1F. RGB value is (210,80,31). Sum of RGB (Red+Green+Blue) = 210+80+31=321 (42% of max value = 765). Red value is 210 (82.42% from 255 or 65.42% from 321); Green value is 80 (31.64% from 255 or 24.92% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 210 - color contains mainly: red. Hex color #D2501F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D2501F is #2DAFE0. Grayscale: #717171. Windows color (decimal): -2994145 or 2052306. OLE color: 2052306.

HSL color Cylindrical-coordinate representation of color #D2501F: hue angle of 16.42º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D2501F is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.18.

Color convert

RGB2108031-
CMYK00.620.850.18
HSL16.42º74.27%47.25%-
HSV(B)16.42º85.24%82.35%-
XYZ29.6919.543.5-
YUV113.2881.57196.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 65.42%
GREEN value IS 80 (31.64% from 255) = 24.92%
BLUE value IS 31 (12.5% from 255) = 9.66%
R=65.42%
G=24.92%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.85
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210803100.620.850.1816.4274.2747.25
HexD2501F03E5512104a2f
Octal32212037076125222011257
Binary110100101010000111110111110101010110010100001001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2501F; }

 p { color: rgb(210,80,31); }

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

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

 a { background-color: rgb(210,80,31); }

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

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

 span { border-color: rgb(210,80,31); }

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