Html Css Color HEX #D15025 Trinidad

📋 copy color: '#D15025'

red 209 ◦ green 80 ◦ blue 37

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

Shades of Trinidad #D15025

Tints of Trinidad #D15025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.35%

R = 64.11%
G = 24.54%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D15025 (or 0xD15025) is known color: Trinidad. HEX triplet: D1, 50 and 25. RGB value is (209,80,37). Sum of RGB (Red+Green+Blue) = 209+80+37=326 (43% of max value = 765). Red value is 209 (82.03% from 255 or 64.11% from 326); Green value is 80 (31.64% from 255 or 24.54% from 326); Blue value is 37 (14.84% from 255 or 11.35% from 326); Max value from RGB is 209 - color contains mainly: red. Hex color #D15025 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15025 is #2EAFDA. Grayscale: #717171. Windows color (decimal): -3059675 or 2445521. OLE color: 2445521.

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

Color convert

RGB 209 80 37 -
CMYK 0 0.62 0.82 0.18
HSL 15º 0.7% 0.48% -
HSV(B) 15º 0.82% 0.82% -
XYZ 29.5 19.43 3.95 -
YUV 113.67 84.74 196 -
System Red Green Blue C M Y K H S L
Decimal 209 80 37 0 0.62 0.82 0.18 15 0.7 0.48
Hex D1 50 25 0 3E 52 12 F 46 30
Octal 321 120 45 0 76 122 22 17 106 60
Binary 11010001 1010000 100101 0 111110 1010010 10010 1111 1000110 110000

Color Harmonies of #D15025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15025

Black with #D15025

Text Example


Text Example

White with #D15025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15025; }

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

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

background-color css

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

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

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

border-color css

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

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

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