Html Css Color HEX #D5502D Trinidad

📋 copy color: '#D5502D'

red 213 ◦ green 80 ◦ blue 45

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

Shades of Trinidad #D5502D

Tints of Trinidad #D5502D

RGB

 RED value IS 213 (83.59% from 255) = 63.02%

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

 BLUE value IS 45 (17.97% from 255) = 13.31%

R = 63.02%
G = 23.67%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5502D (or 0xD5502D) is known color: Trinidad. HEX triplet: D5, 50 and 2D. RGB value is (213,80,45). Sum of RGB (Red+Green+Blue) = 213+80+45=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 45 (17.97% from 255 or 13.31% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5502D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5502D is #2AAFD2. Grayscale: #747474. Windows color (decimal): -2797523 or 2969813. OLE color: 2969813.

HSL color Cylindrical-coordinate representation of color #D5502D: hue angle of 12.5º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D5502D is Cyan = 0, Magento = 0.62, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 80 45 -
CMYK 0 0.62 0.79 0.16
HSL 12.5º 0.67% 0.51% -
HSV(B) 12.5º 0.79% 0.84% -
XYZ 30.78 20.07 4.73 -
YUV 115.78 88.06 197.35 -
System Red Green Blue C M Y K H S L
Decimal 213 80 45 0 0.62 0.79 0.16 12.5 0.67 0.51
Hex D5 50 2D 0 3E 4F 10 C 43 33
Octal 325 120 55 0 76 117 20 14 103 63
Binary 11010101 1010000 101101 0 111110 1001111 10000 1100 1000011 110011

Color Harmonies of #D5502D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5502D

Black with #D5502D

Text Example


Text Example

White with #D5502D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5502D; }

 p { color: rgb(213,80,45); }

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

background-color css

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

 a { background-color: rgb(213,80,45); }

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

border-color css

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

 span { border-color: rgb(213,80,45); }

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