#D65035

Color #D65035 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #D65035

Tints of Trinidad #D65035

Color information

#D65035 (or 0xD65035) is unknown color: approx Trinidad. HEX triplet: D6, 50 and 35. RGB value is (214,80,53). Sum of RGB (Red+Green+Blue) = 214+80+53=347 (45% of max value = 765). Red value is 214 (83.98% from 255 or 61.67% from 347); Green value is 80 (31.64% from 255 or 23.05% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 214 - color contains mainly: red. Hex color #D65035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D65035 is #29AFCA. Grayscale: #757575. Windows color (decimal): -2731979 or 3494102. OLE color: 3494102.

HSL color Cylindrical-coordinate representation of color #D65035: hue angle of 10.06º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D65035 is Cyan = 0, Magento = 0.63, Yellow = 0.75 and Black (K on CMYK) = 0.16.

Color convert

RGB2148053-
CMYK00.630.750.16
HSL10.06º66.26%52.35%-
HSV(B)10.06º75.23%83.92%-
XYZ31.2420.295.64-
YUV116.9991.89197.2-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 61.67%
GREEN value IS 80 (31.64% from 255) = 23.05%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=61.67%
G=23.05%
B=15.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal214805300.630.750.1610.0666.2652.35
HexD6503503F4B10a4234
Octal32612065077113201210264
Binary110101101010000110101011111110010111000010101000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D65035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D65035; }

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

 H1.HeaderClassName
 {
   color: #D65035;
 }
 .AnyTagClassName
 {
   color: #D65035;
 }
</style>
background-color css

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

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

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

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

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

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