Html Css Color HEX #D15338 Trinidad

📋 copy color: '#D15338'

red 209 ◦ green 83 ◦ blue 56

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

Shades of Trinidad #D15338

Tints of Trinidad #D15338

RGB

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

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

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

R = 60.06%
G = 23.85%
B = 16.09%

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

#D15338 (or 0xD15338) is known color: Trinidad. HEX triplet: D1, 53 and 38. RGB value is (209,83,56). Sum of RGB (Red+Green+Blue) = 209+83+56=348 (46% of max value = 765). Red value is 209 (82.03% from 255 or 60.06% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 56 (22.27% from 255 or 16.09% from 348); Max value from RGB is 209 - color contains mainly: red. Hex color #D15338 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15338 is #2EACC7. Grayscale: #757575. Windows color (decimal): -3058888 or 3691473. OLE color: 3691473.

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

Color convert

RGB 209 83 56 -
CMYK 0 0.60 0.73 0.18
HSL 10.59º 0.62% 0.52% -
HSV(B) 10.59º 0.73% 0.82% -
XYZ 30.1 20.03 6.02 -
YUV 117.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 209 83 56 0 0.60 0.73 0.18 10.59 0.62 0.52
Hex D1 53 38 0 3C 49 12 B 3E 34
Octal 321 123 70 0 74 111 22 13 76 64
Binary 11010001 1010011 111000 0 111100 1001001 10010 1011 111110 110100

Color Harmonies of #D15338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15338

Black with #D15338

Text Example


Text Example

White with #D15338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15338; }

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

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

background-color css

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

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

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

border-color css

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

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

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