Html Css Color HEX #D15339 Trinidad

📋 copy color: '#D15339'

red 209 ◦ green 83 ◦ blue 57

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

Shades of Trinidad #D15339

Tints of Trinidad #D15339

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.78%

 BLUE value IS 57 (22.66% from 255) = 16.33%

R = 59.89%
G = 23.78%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D15339 (or 0xD15339) is known color: Trinidad. HEX triplet: D1, 53 and 39. RGB value is (209,83,57). Sum of RGB (Red+Green+Blue) = 209+83+57=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 57 (22.66% from 255 or 16.33% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D15339 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15339 is #2EACC6. Grayscale: #757575. Windows color (decimal): -3058887 or 3757009. OLE color: 3757009.

HSL color Cylindrical-coordinate representation of color #D15339: hue angle of 10.26º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D15339 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 83 57 -
CMYK 0 0.60 0.73 0.18
HSL 10.26º 0.62% 0.52% -
HSV(B) 10.26º 0.73% 0.82% -
XYZ 30.13 20.04 6.15 -
YUV 117.71 93.74 193.11 -
System Red Green Blue C M Y K H S L
Decimal 209 83 57 0 0.60 0.73 0.18 10.26 0.62 0.52
Hex D1 53 39 0 3C 49 12 A 3E 34
Octal 321 123 71 0 74 111 22 12 76 64
Binary 11010001 1010011 111001 0 111100 1001001 10010 1010 111110 110100

Color Harmonies of #D15339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15339

Black with #D15339

Text Example


Text Example

White with #D15339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15339; }

 p { color: rgb(209,83,57); }

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

background-color css

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

 a { background-color: rgb(209,83,57); }

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

border-color css

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

 span { border-color: rgb(209,83,57); }

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