Html Css Color HEX #D34A38 Trinidad

📋 copy color: '#D34A38'

red 211 ◦ green 74 ◦ blue 56

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

Shades of Trinidad #D34A38

Tints of Trinidad #D34A38

RGB

 RED value IS 211 (82.81% from 255) = 61.88%

 GREEN value IS 74 (29.3% from 255) = 21.7%

 BLUE value IS 56 (22.27% from 255) = 16.42%

R = 61.88%
G = 21.7%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.17

RGB Variations

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

Color information

#D34A38 (or 0xD34A38) is known color: Trinidad. HEX triplet: D3, 4A and 38. RGB value is (211,74,56). Sum of RGB (Red+Green+Blue) = 211+74+56=341 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.88% from 341); Green value is 74 (29.30% from 255 or 21.70% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A38 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34A38 is #2CB5C7. Grayscale: #717171. Windows color (decimal): -2930120 or 3689171. OLE color: 3689171.

HSL color Cylindrical-coordinate representation of color #D34A38: hue angle of 6.97º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D34A38 is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 74 56 -
CMYK 0 0.65 0.73 0.17
HSL 6.97º 0.64% 0.52% -
HSV(B) 6.97º 0.73% 0.83% -
XYZ 30.03 19.03 5.83 -
YUV 112.91 95.89 197.96 -
System Red Green Blue C M Y K H S L
Decimal 211 74 56 0 0.65 0.73 0.17 6.97 0.64 0.52
Hex D3 4A 38 0 41 49 11 7 40 34
Octal 323 112 70 0 101 111 21 7 100 64
Binary 11010011 1001010 111000 0 1000001 1001001 10001 111 1000000 110100

Color Harmonies of #D34A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A38

Black with #D34A38

Text Example


Text Example

White with #D34A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A38; }

 p { color: rgb(211,74,56); }

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

background-color css

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

 a { background-color: rgb(211,74,56); }

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

border-color css

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

 span { border-color: rgb(211,74,56); }

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