Html Css Color HEX #D5492E Trinidad

📋 copy color: '#D5492E'

red 213 ◦ green 73 ◦ blue 46

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

Shades of Trinidad #D5492E

Tints of Trinidad #D5492E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 13.86%

R = 64.16%
G = 21.99%
B = 13.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D5492E (or 0xD5492E) is known color: Trinidad. HEX triplet: D5, 49 and 2E. RGB value is (213,73,46). Sum of RGB (Red+Green+Blue) = 213+73+46=332 (43% of max value = 765). Red value is 213 (83.59% from 255 or 64.16% from 332); Green value is 73 (28.91% from 255 or 21.99% from 332); Blue value is 46 (18.36% from 255 or 13.86% from 332); Max value from RGB is 213 - color contains mainly: red. Hex color #D5492E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5492E is #2AB6D1. Grayscale: #707070. Windows color (decimal): -2799314 or 3033557. OLE color: 3033557.

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

Color convert

RGB 213 73 46 -
CMYK 0 0.66 0.78 0.16
HSL 9.7º 0.67% 0.51% -
HSV(B) 9.7º 0.78% 0.84% -
XYZ 30.32 19.11 4.68 -
YUV 111.78 90.88 200.2 -
System Red Green Blue C M Y K H S L
Decimal 213 73 46 0 0.66 0.78 0.16 9.7 0.67 0.51
Hex D5 49 2E 0 42 4E 10 A 43 33
Octal 325 111 56 0 102 116 20 12 103 63
Binary 11010101 1001001 101110 0 1000010 1001110 10000 1010 1000011 110011

Color Harmonies of #D5492E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5492E

Black with #D5492E

Text Example


Text Example

White with #D5492E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5492E; }

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

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

background-color css

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

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

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

border-color css

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

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

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