Html Css Color HEX #D14431 Trinidad

📋 copy color: '#D14431'

red 209 ◦ green 68 ◦ blue 49

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

Shades of Trinidad #D14431

Tints of Trinidad #D14431

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.86%

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

R = 64.11%
G = 20.86%
B = 15.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D14431 (or 0xD14431) is known color: Trinidad. HEX triplet: D1, 44 and 31. RGB value is (209,68,49). Sum of RGB (Red+Green+Blue) = 209+68+49=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 68 (26.95% from 255 or 20.86% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D14431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14431 is #2EBBCE. Grayscale: #6C6C6C. Windows color (decimal): -3062735 or 3228881. OLE color: 3228881.

HSL color Cylindrical-coordinate representation of color #D14431: hue angle of 7.12º 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 #D14431 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 68 49 -
CMYK 0 0.67 0.77 0.18
HSL 7.13º 0.63% 0.51% -
HSV(B) 7.13º 0.77% 0.82% -
XYZ 28.92 17.91 4.84 -
YUV 107.99 94.71 200.04 -
System Red Green Blue C M Y K H S L
Decimal 209 68 49 0 0.67 0.77 0.18 7.13 0.63 0.51
Hex D1 44 31 0 43 4D 12 7 3F 33
Octal 321 104 61 0 103 115 22 7 77 63
Binary 11010001 1000100 110001 0 1000011 1001101 10010 111 111111 110011

Color Harmonies of #D14431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14431

Black with #D14431

Text Example


Text Example

White with #D14431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14431; }

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

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

background-color css

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

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

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

border-color css

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

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

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