Html Css Color HEX #D15230 Trinidad

📋 copy color: '#D15230'

red 209 ◦ green 82 ◦ blue 48

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

Shades of Trinidad #D15230

Tints of Trinidad #D15230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.19%

 BLUE value IS 48 (19.14% from 255) = 14.16%

R = 61.65%
G = 24.19%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D15230 (or 0xD15230) is known color: Trinidad. HEX triplet: D1, 52 and 30. RGB value is (209,82,48). Sum of RGB (Red+Green+Blue) = 209+82+48=339 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.65% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 209 - color contains mainly: red. Hex color #D15230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15230 is #2EADCF. Grayscale: #747474. Windows color (decimal): -3059152 or 3166929. OLE color: 3166929.

HSL color Cylindrical-coordinate representation of color #D15230: hue angle of 12.67º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D15230 is Cyan = 0, Magento = 0.61, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 82 48 -
CMYK 0 0.61 0.77 0.18
HSL 12.67º 0.64% 0.5% -
HSV(B) 12.67º 0.77% 0.82% -
XYZ 29.85 19.8 5.05 -
YUV 116.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 209 82 48 0 0.61 0.77 0.18 12.67 0.64 0.5
Hex D1 52 30 0 3D 4D 12 D 40 32
Octal 321 122 60 0 75 115 22 15 100 62
Binary 11010001 1010010 110000 0 111101 1001101 10010 1101 1000000 110010

Color Harmonies of #D15230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15230

Black with #D15230

Text Example


Text Example

White with #D15230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15230; }

 p { color: rgb(209,82,48); }

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

background-color css

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

 a { background-color: rgb(209,82,48); }

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

border-color css

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

 span { border-color: rgb(209,82,48); }

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