Html Css Color HEX #D15035 Trinidad

📋 copy color: '#D15035'

red 209 ◦ green 80 ◦ blue 53

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

Shades of Trinidad #D15035

Tints of Trinidad #D15035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.5%

R = 61.11%
G = 23.39%
B = 15.5%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D15035 (or 0xD15035) is known color: Trinidad. HEX triplet: D1, 50 and 35. RGB value is (209,80,53). Sum of RGB (Red+Green+Blue) = 209+80+53=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 80 (31.64% from 255 or 23.39% from 342); Blue value is 53 (21.09% from 255 or 15.50% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D15035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15035 is #2EAFCA. Grayscale: #737373. Windows color (decimal): -3059659 or 3494097. OLE color: 3494097.

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

Color convert

RGB 209 80 53 -
CMYK 0 0.62 0.75 0.18
HSL 10.38º 0.63% 0.51% -
HSV(B) 10.38º 0.75% 0.82% -
XYZ 29.81 19.55 5.57 -
YUV 115.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 209 80 53 0 0.62 0.75 0.18 10.38 0.63 0.51
Hex D1 50 35 0 3E 4B 12 A 3F 33
Octal 321 120 65 0 76 113 22 12 77 63
Binary 11010001 1010000 110101 0 111110 1001011 10010 1010 111111 110011

Color Harmonies of #D15035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15035

Black with #D15035

Text Example


Text Example

White with #D15035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15035; }

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

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

background-color css

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

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

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

border-color css

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

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

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