Html Css Color HEX #D15031 Trinidad

📋 copy color: '#D15031'

red 209 ◦ green 80 ◦ blue 49

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

Shades of Trinidad #D15031

Tints of Trinidad #D15031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.5%

R = 61.83%
G = 23.67%
B = 14.5%

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

#D15031 (or 0xD15031) is known color: Trinidad. HEX triplet: D1, 50 and 31. RGB value is (209,80,49). Sum of RGB (Red+Green+Blue) = 209+80+49=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 49 (19.53% from 255 or 14.50% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D15031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15031 is #2EAFCE. Grayscale: #737373. Windows color (decimal): -3059663 or 3231953. OLE color: 3231953.

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

Color convert

RGB 209 80 49 -
CMYK 0 0.62 0.77 0.18
HSL 11.63º 0.63% 0.51% -
HSV(B) 11.63º 0.77% 0.82% -
XYZ 29.72 19.51 5.11 -
YUV 115.04 90.74 195.02 -
System Red Green Blue C M Y K H S L
Decimal 209 80 49 0 0.62 0.77 0.18 11.63 0.63 0.51
Hex D1 50 31 0 3E 4D 12 C 3F 33
Octal 321 120 61 0 76 115 22 14 77 63
Binary 11010001 1010000 110001 0 111110 1001101 10010 1100 111111 110011

Color Harmonies of #D15031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15031

Black with #D15031

Text Example


Text Example

White with #D15031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15031; }

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

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

background-color css

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

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

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

border-color css

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

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

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