Html Css Color HEX #D84D29 Trinidad

📋 copy color: '#D84D29'

red 216 ◦ green 77 ◦ blue 41

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

Shades of Trinidad #D84D29

Tints of Trinidad #D84D29

RGB

 RED value IS 216 (84.77% from 255) = 64.67%

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

 BLUE value IS 41 (16.41% from 255) = 12.28%

R = 64.67%
G = 23.05%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D84D29 (or 0xD84D29) is known color: Trinidad. HEX triplet: D8, 4D and 29. RGB value is (216,77,41). Sum of RGB (Red+Green+Blue) = 216+77+41=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 77 (30.47% from 255 or 23.05% from 334); Blue value is 41 (16.41% from 255 or 12.28% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D84D29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D84D29 is #27B2D6. Grayscale: #727272. Windows color (decimal): -2601687 or 2706904. OLE color: 2706904.

HSL color Cylindrical-coordinate representation of color #D84D29: hue angle of 12.34º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D84D29 is Cyan = 0, Magento = 0.64, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 77 41 -
CMYK 0 0.64 0.81 0.15
HSL 12.34º 0.69% 0.5% -
HSV(B) 12.34º 0.81% 0.85% -
XYZ 31.37 20.07 4.32 -
YUV 114.46 86.55 200.43 -
System Red Green Blue C M Y K H S L
Decimal 216 77 41 0 0.64 0.81 0.15 12.34 0.69 0.5
Hex D8 4D 29 0 40 51 F C 45 32
Octal 330 115 51 0 100 121 17 14 105 62
Binary 11011000 1001101 101001 0 1000000 1010001 1111 1100 1000101 110010

Color Harmonies of #D84D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D84D29

Black with #D84D29

Text Example


Text Example

White with #D84D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D84D29; }

 p { color: rgb(216,77,41); }

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

background-color css

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

 a { background-color: rgb(216,77,41); }

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

border-color css

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

 span { border-color: rgb(216,77,41); }

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