Html Css Color HEX #D14835 Trinidad

📋 copy color: '#D14835'

red 209 ◦ green 72 ◦ blue 53

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

Shades of Trinidad #D14835

Tints of Trinidad #D14835

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.56%

 BLUE value IS 53 (21.09% from 255) = 15.87%

R = 62.57%
G = 21.56%
B = 15.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D14835 (or 0xD14835) is known color: Trinidad. HEX triplet: D1, 48 and 35. RGB value is (209,72,53). Sum of RGB (Red+Green+Blue) = 209+72+53=334 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.57% from 334); Green value is 72 (28.52% from 255 or 21.56% from 334); Blue value is 53 (21.09% from 255 or 15.87% from 334); Max value from RGB is 209 - color contains mainly: red. Hex color #D14835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D14835 is #2EB7CA. Grayscale: #6F6F6F. Windows color (decimal): -3061707 or 3492049. OLE color: 3492049.

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

Color convert

RGB 209 72 53 -
CMYK 0 0.66 0.75 0.18
HSL 7.31º 0.63% 0.51% -
HSV(B) 7.31º 0.75% 0.82% -
XYZ 29.25 18.45 5.39 -
YUV 110.8 95.39 198.04 -
System Red Green Blue C M Y K H S L
Decimal 209 72 53 0 0.66 0.75 0.18 7.31 0.63 0.51
Hex D1 48 35 0 42 4B 12 7 3F 33
Octal 321 110 65 0 102 113 22 7 77 63
Binary 11010001 1001000 110101 0 1000010 1001011 10010 111 111111 110011

Color Harmonies of #D14835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D14835

Black with #D14835

Text Example


Text Example

White with #D14835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D14835; }

 p { color: rgb(209,72,53); }

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

background-color css

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

 a { background-color: rgb(209,72,53); }

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

border-color css

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

 span { border-color: rgb(209,72,53); }

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