Html Css Color HEX #D1501D Trinidad

📋 copy color: '#D1501D'

red 209 ◦ green 80 ◦ blue 29

#D1501D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trinidad #D1501D

Tints of Trinidad #D1501D

RGB

 RED value IS 209 (82.03% from 255) = 65.72%

 GREEN value IS 80 (31.64% from 255) = 25.16%

 BLUE value IS 29 (11.72% from 255) = 9.12%

R = 65.72%
G = 25.16%
B = 9.12%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D1501D (or 0xD1501D) is known color: Trinidad. HEX triplet: D1, 50 and 1D. RGB value is (209,80,29). Sum of RGB (Red+Green+Blue) = 209+80+29=318 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.72% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 29 (11.72% from 255 or 9.12% from 318); Max value from RGB is 209 - color contains mainly: red. Hex color #D1501D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1501D is #2EAFE2. Grayscale: #717171. Windows color (decimal): -3059683 or 1921233. OLE color: 1921233.

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

Color convert

RGB 209 80 29 -
CMYK 0 0.62 0.86 0.18
HSL 17º 0.76% 0.47% -
HSV(B) 17º 0.86% 0.82% -
XYZ 29.38 19.38 3.35 -
YUV 112.76 80.74 196.65 -
System Red Green Blue C M Y K H S L
Decimal 209 80 29 0 0.62 0.86 0.18 17 0.76 0.47
Hex D1 50 1D 0 3E 56 12 11 4C 2F
Octal 321 120 35 0 76 126 22 21 114 57
Binary 11010001 1010000 11101 0 111110 1010110 10010 10001 1001100 101111

Color Harmonies of #D1501D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1501D

Black with #D1501D

Text Example


Text Example

White with #D1501D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1501D; }

 p { color: rgb(209,80,29); }

 H1.HeaderClassName
 {
   color: #D1501D;
 }
 .AnyTagClassName
 {
   color: #D1501D;
 }
</style>

background-color css

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

 a { background-color: rgb(209,80,29); }

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

border-color css

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

 span { border-color: rgb(209,80,29); }

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