Html Css Color HEX #D5492D Trinidad

📋 copy color: '#D5492D'

red 213 ◦ green 73 ◦ blue 45

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

Shades of Trinidad #D5492D

Tints of Trinidad #D5492D

RGB

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

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

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

R = 64.35%
G = 22.05%
B = 13.6%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D5492D (or 0xD5492D) is known color: Trinidad. HEX triplet: D5, 49 and 2D. RGB value is (213,73,45). Sum of RGB (Red+Green+Blue) = 213+73+45=331 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.35% from 331); Green value is 73 (28.91% from 255 or 22.05% from 331); Blue value is 45 (17.97% from 255 or 13.60% from 331); Max value from RGB is 213 - color contains mainly: red. Hex color #D5492D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5492D is #2AB6D2. Grayscale: #6F6F6F. Windows color (decimal): -2799315 or 2968021. OLE color: 2968021.

HSL color Cylindrical-coordinate representation of color #D5492D: hue angle of 10º 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 #D5492D is Cyan = 0, Magento = 0.66, Yellow = 0.79 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 45 -
CMYK 0 0.66 0.79 0.16
HSL 10º 0.67% 0.51% -
HSV(B) 10º 0.79% 0.84% -
XYZ 30.3 19.1 4.57 -
YUV 111.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 213 73 45 0 0.66 0.79 0.16 10 0.67 0.51
Hex D5 49 2D 0 42 4F 10 A 43 33
Octal 325 111 55 0 102 117 20 12 103 63
Binary 11010101 1001001 101101 0 1000010 1001111 10000 1010 1000011 110011

Color Harmonies of #D5492D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5492D

Black with #D5492D

Text Example


Text Example

White with #D5492D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5492D; }

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

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

background-color css

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

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

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

border-color css

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

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

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