Html Css Color HEX #D15038 Trinidad

📋 copy color: '#D15038'

red 209 ◦ green 80 ◦ blue 56

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

Shades of Trinidad #D15038

Tints of Trinidad #D15038

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.19%

 BLUE value IS 56 (22.27% from 255) = 16.23%

R = 60.58%
G = 23.19%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D15038 (or 0xD15038) is known color: Trinidad. HEX triplet: D1, 50 and 38. RGB value is (209,80,56). Sum of RGB (Red+Green+Blue) = 209+80+56=345 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.58% from 345); Green value is 80 (31.64% from 255 or 23.19% from 345); Blue value is 56 (22.27% from 255 or 16.23% from 345); Max value from RGB is 209 - color contains mainly: red. Hex color #D15038 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15038 is #2EAFC7. Grayscale: #747474. Windows color (decimal): -3059656 or 3690705. OLE color: 3690705.

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

Color convert

RGB 209 80 56 -
CMYK 0 0.62 0.73 0.18
HSL 9.41º 0.62% 0.52% -
HSV(B) 9.41º 0.73% 0.82% -
XYZ 29.88 19.58 5.95 -
YUV 115.84 94.24 194.45 -
System Red Green Blue C M Y K H S L
Decimal 209 80 56 0 0.62 0.73 0.18 9.41 0.62 0.52
Hex D1 50 38 0 3E 49 12 9 3E 34
Octal 321 120 70 0 76 111 22 11 76 64
Binary 11010001 1010000 111000 0 111110 1001001 10010 1001 111110 110100

Color Harmonies of #D15038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15038

Black with #D15038

Text Example


Text Example

White with #D15038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15038; }

 p { color: rgb(209,80,56); }

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

background-color css

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

 a { background-color: rgb(209,80,56); }

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

border-color css

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

 span { border-color: rgb(209,80,56); }

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