Html Css Color HEX #D15030 Trinidad

📋 copy color: '#D15030'

red 209 ◦ green 80 ◦ blue 48

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

Shades of Trinidad #D15030

Tints of Trinidad #D15030

RGB

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

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

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

R = 62.02%
G = 23.74%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D15030 (or 0xD15030) is known color: Trinidad. HEX triplet: D1, 50 and 30. RGB value is (209,80,48). Sum of RGB (Red+Green+Blue) = 209+80+48=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 80 (31.64% from 255 or 23.74% from 337); Blue value is 48 (19.14% from 255 or 14.24% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D15030 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15030 is #2EAFCF. Grayscale: #737373. Windows color (decimal): -3059664 or 3166417. OLE color: 3166417.

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

Color convert

RGB 209 80 48 -
CMYK 0 0.62 0.77 0.18
HSL 11.93º 0.64% 0.5% -
HSV(B) 11.93º 0.77% 0.82% -
XYZ 29.7 19.51 5 -
YUV 114.92 90.24 195.1 -
System Red Green Blue C M Y K H S L
Decimal 209 80 48 0 0.62 0.77 0.18 11.93 0.64 0.5
Hex D1 50 30 0 3E 4D 12 C 40 32
Octal 321 120 60 0 76 115 22 14 100 62
Binary 11010001 1010000 110000 0 111110 1001101 10010 1100 1000000 110010

Color Harmonies of #D15030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15030

Black with #D15030

Text Example


Text Example

White with #D15030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15030; }

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

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

background-color css

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

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

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

border-color css

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

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

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