Html Css Color HEX #D1501E Trinidad

📋 copy color: '#D1501E'

red 209 ◦ green 80 ◦ blue 30

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

Shades of Trinidad #D1501E

Tints of Trinidad #D1501E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.4%

R = 65.52%
G = 25.08%
B = 9.4%

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

#D1501E (or 0xD1501E) is known color: Trinidad. HEX triplet: D1, 50 and 1E. RGB value is (209,80,30). Sum of RGB (Red+Green+Blue) = 209+80+30=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 80 (31.64% from 255 or 25.08% from 319); Blue value is 30 (12.11% from 255 or 9.40% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D1501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D1501E is #2EAFE1. Grayscale: #717171. Windows color (decimal): -3059682 or 1986769. OLE color: 1986769.

HSL color Cylindrical-coordinate representation of color #D1501E: hue angle of 16.76º degrees, saturation: 0.75, 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 #D1501E is Cyan = 0, Magento = 0.62, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 80 30 -
CMYK 0 0.62 0.86 0.18
HSL 16.76º 0.75% 0.47% -
HSV(B) 16.76º 0.86% 0.82% -
XYZ 29.4 19.39 3.42 -
YUV 112.87 81.24 196.57 -
System Red Green Blue C M Y K H S L
Decimal 209 80 30 0 0.62 0.86 0.18 16.76 0.75 0.47
Hex D1 50 1E 0 3E 56 12 11 4B 2F
Octal 321 120 36 0 76 126 22 21 113 57
Binary 11010001 1010000 11110 0 111110 1010110 10010 10001 1001011 101111

Color Harmonies of #D1501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1501E

Black with #D1501E

Text Example


Text Example

White with #D1501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1501E; }

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

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

background-color css

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

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

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

border-color css

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

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

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