Html Css Color HEX #D1472E Trinidad

📋 copy color: '#D1472E'

red 209 ◦ green 71 ◦ blue 46

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

Shades of Trinidad #D1472E

Tints of Trinidad #D1472E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 64.11%
G = 21.78%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D1472E (or 0xD1472E) is known color: Trinidad. HEX triplet: D1, 47 and 2E. RGB value is (209,71,46). Sum of RGB (Red+Green+Blue) = 209+71+46=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D1472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D1472E is #2EB8D1. Grayscale: #6D6D6D. Windows color (decimal): -3061970 or 3033041. OLE color: 3033041.

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

Color convert

RGB 209 71 46 -
CMYK 0 0.66 0.78 0.18
HSL 9.2º 0.64% 0.5% -
HSV(B) 9.2º 0.78% 0.82% -
XYZ 29.04 18.26 4.58 -
YUV 109.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 209 71 46 0 0.66 0.78 0.18 9.2 0.64 0.5
Hex D1 47 2E 0 42 4E 12 9 40 32
Octal 321 107 56 0 102 116 22 11 100 62
Binary 11010001 1000111 101110 0 1000010 1001110 10010 1001 1000000 110010

Color Harmonies of #D1472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1472E

Black with #D1472E

Text Example


Text Example

White with #D1472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1472E; }

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

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

background-color css

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

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

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

border-color css

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

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

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