Html Css Color HEX #D15235 Trinidad

📋 copy color: '#D15235'

red 209 ◦ green 82 ◦ blue 53

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

Shades of Trinidad #D15235

Tints of Trinidad #D15235

RGB

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

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

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

R = 60.76%
G = 23.84%
B = 15.41%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D15235 (or 0xD15235) is known color: Trinidad. HEX triplet: D1, 52 and 35. RGB value is (209,82,53). Sum of RGB (Red+Green+Blue) = 209+82+53=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 82 (32.42% from 255 or 23.84% from 344); Blue value is 53 (21.09% from 255 or 15.41% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D15235 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D15235 is #2EADCA. Grayscale: #747474. Windows color (decimal): -3059147 or 3494609. OLE color: 3494609.

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

Color convert

RGB 209 82 53 -
CMYK 0 0.61 0.75 0.18
HSL 11.15º 0.63% 0.51% -
HSV(B) 11.15º 0.75% 0.82% -
XYZ 29.95 19.85 5.62 -
YUV 116.67 92.08 193.86 -
System Red Green Blue C M Y K H S L
Decimal 209 82 53 0 0.61 0.75 0.18 11.15 0.63 0.51
Hex D1 52 35 0 3D 4B 12 B 3F 33
Octal 321 122 65 0 75 113 22 13 77 63
Binary 11010001 1010010 110101 0 111101 1001011 10010 1011 111111 110011

Color Harmonies of #D15235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D15235

Black with #D15235

Text Example


Text Example

White with #D15235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D15235; }

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

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

background-color css

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

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

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

border-color css

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

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

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