Html Css Color HEX #D14731 Trinidad

📋 copy color: '#D14731'

red 209 ◦ green 71 ◦ blue 49

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

Shades of Trinidad #D14731

Tints of Trinidad #D14731

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

 BLUE value IS 49 (19.53% from 255) = 14.89%

R = 63.53%
G = 21.58%
B = 14.89%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D14731 (or 0xD14731) is known color: Trinidad. HEX triplet: D1, 47 and 31. RGB value is (209,71,49). Sum of RGB (Red+Green+Blue) = 209+71+49=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 49 (19.53% from 255 or 14.89% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D14731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14731 is #2EB8CE. Grayscale: #6D6D6D. Windows color (decimal): -3061967 or 3229649. OLE color: 3229649.

HSL color Cylindrical-coordinate representation of color #D14731: hue angle of 8.25º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D14731 is Cyan = 0, Magento = 0.66, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 71 49 -
CMYK 0 0.66 0.77 0.18
HSL 8.25º 0.63% 0.51% -
HSV(B) 8.25º 0.77% 0.82% -
XYZ 29.1 18.28 4.9 -
YUV 109.75 93.72 198.79 -
System Red Green Blue C M Y K H S L
Decimal 209 71 49 0 0.66 0.77 0.18 8.25 0.63 0.51
Hex D1 47 31 0 42 4D 12 8 3F 33
Octal 321 107 61 0 102 115 22 10 77 63
Binary 11010001 1000111 110001 0 1000010 1001101 10010 1000 111111 110011

Color Harmonies of #D14731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14731

Black with #D14731

Text Example


Text Example

White with #D14731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14731; }

 p { color: rgb(209,71,49); }

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

background-color css

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

 a { background-color: rgb(209,71,49); }

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

border-color css

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

 span { border-color: rgb(209,71,49); }

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