Html Css Color HEX #D54D1F Trinidad

📋 copy color: '#D54D1F'

red 213 ◦ green 77 ◦ blue 31

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

Shades of Trinidad #D54D1F

Tints of Trinidad #D54D1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.66%

R = 66.36%
G = 23.99%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.16

RGB Variations

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

Color information

#D54D1F (or 0xD54D1F) is known color: Trinidad. HEX triplet: D5, 4D and 1F. RGB value is (213,77,31). Sum of RGB (Red+Green+Blue) = 213+77+31=321 (42% of max value = 765). Red value is 213 (83.59% from 255 or 66.36% from 321); Green value is 77 (30.47% from 255 or 23.99% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 213 - color contains mainly: red. Hex color #D54D1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D54D1F is #2AB2E0. Grayscale: #707070. Windows color (decimal): -2798305 or 2051541. OLE color: 2051541.

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

Color convert

RGB 213 77 31 -
CMYK 0 0.64 0.85 0.16
HSL 15.16º 0.75% 0.48% -
HSV(B) 15.16º 0.85% 0.84% -
XYZ 30.34 19.55 3.47 -
YUV 112.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 213 77 31 0 0.64 0.85 0.16 15.16 0.75 0.48
Hex D5 4D 1F 0 40 55 10 F 4B 30
Octal 325 115 37 0 100 125 20 17 113 60
Binary 11010101 1001101 11111 0 1000000 1010101 10000 1111 1001011 110000

Color Harmonies of #D54D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54D1F

Black with #D54D1F

Text Example


Text Example

White with #D54D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54D1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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