Html Css Color HEX #D2493D Trinidad

📋 copy color: '#D2493D'

red 210 ◦ green 73 ◦ blue 61

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

Shades of Trinidad #D2493D

Tints of Trinidad #D2493D

RGB

 RED value IS 210 (82.42% from 255) = 61.05%

 GREEN value IS 73 (28.91% from 255) = 21.22%

 BLUE value IS 61 (24.22% from 255) = 17.73%

R = 61.05%
G = 21.22%
B = 17.73%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D2493D (or 0xD2493D) is known color: Trinidad. HEX triplet: D2, 49 and 3D. RGB value is (210,73,61). Sum of RGB (Red+Green+Blue) = 210+73+61=344 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.05% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 210 - color contains mainly: red. Hex color #D2493D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2493D is #2DB6C2. Grayscale: #707070. Windows color (decimal): -2995907 or 4016594. OLE color: 4016594.

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

Color convert

RGB 210 73 61 -
CMYK 0 0.65 0.71 0.18
HSL 4.83º 0.62% 0.53% -
HSV(B) 4.83º 0.71% 0.82% -
XYZ 29.8 18.8 6.47 -
YUV 112.6 98.89 197.48 -
System Red Green Blue C M Y K H S L
Decimal 210 73 61 0 0.65 0.71 0.18 4.83 0.62 0.53
Hex D2 49 3D 0 41 47 12 5 3E 35
Octal 322 111 75 0 101 107 22 5 76 65
Binary 11010010 1001001 111101 0 1000001 1000111 10010 101 111110 110101

Color Harmonies of #D2493D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2493D

Black with #D2493D

Text Example


Text Example

White with #D2493D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2493D; }

 p { color: rgb(210,73,61); }

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

background-color css

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

 a { background-color: rgb(210,73,61); }

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

border-color css

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

 span { border-color: rgb(210,73,61); }

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