Html Css Color HEX #D54D1D Trinidad

📋 copy color: '#D54D1D'

red 213 ◦ green 77 ◦ blue 29

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

Shades of Trinidad #D54D1D

Tints of Trinidad #D54D1D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.14%

 BLUE value IS 29 (11.72% from 255) = 9.09%

R = 66.77%
G = 24.14%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D54D1D (or 0xD54D1D) is known color: Trinidad. HEX triplet: D5, 4D and 1D. RGB value is (213,77,29). Sum of RGB (Red+Green+Blue) = 213+77+29=319 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.77% from 319); Green value is 77 (30.47% from 255 or 24.14% from 319); Blue value is 29 (11.72% from 255 or 9.09% from 319); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D1D is #2AB2E2. Grayscale: #707070. Windows color (decimal): -2798307 or 1920469. OLE color: 1920469.

HSL color Cylindrical-coordinate representation of color #D54D1D: hue angle of 15.65º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D54D1D is Cyan = 0, Magento = 0.64, Yellow = 0.86 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 77 29 -
CMYK 0 0.64 0.86 0.16
HSL 15.65º 0.76% 0.47% -
HSV(B) 15.65º 0.86% 0.84% -
XYZ 30.32 19.54 3.34 -
YUV 112.19 81.06 199.9 -
System Red Green Blue C M Y K H S L
Decimal 213 77 29 0 0.64 0.86 0.16 15.65 0.76 0.47
Hex D5 4D 1D 0 40 56 10 10 4C 2F
Octal 325 115 35 0 100 126 20 20 114 57
Binary 11010101 1001101 11101 0 1000000 1010110 10000 10000 1001100 101111

Color Harmonies of #D54D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D1D

Black with #D54D1D

Text Example


Text Example

White with #D54D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D1D; }

 p { color: rgb(213,77,29); }

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

background-color css

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

 a { background-color: rgb(213,77,29); }

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

border-color css

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

 span { border-color: rgb(213,77,29); }

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