Html Css Color HEX #D34A39 Trinidad

📋 copy color: '#D34A39'

red 211 ◦ green 74 ◦ blue 57

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

Shades of Trinidad #D34A39

Tints of Trinidad #D34A39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.67%

R = 61.7%
G = 21.64%
B = 16.67%

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

#D34A39 (or 0xD34A39) is known color: Trinidad. HEX triplet: D3, 4A and 39. RGB value is (211,74,57). Sum of RGB (Red+Green+Blue) = 211+74+57=342 (45% of max value = 765). Red value is 211 (82.81% from 255 or 61.70% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 57 (22.66% from 255 or 16.67% from 342); Max value from RGB is 211 - color contains mainly: red. Hex color #D34A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D34A39 is #2CB5C6. Grayscale: #717171. Windows color (decimal): -2930119 or 3754707. OLE color: 3754707.

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

Color convert

RGB 211 74 57 -
CMYK 0 0.65 0.73 0.17
HSL 6.62º 0.64% 0.53% -
HSV(B) 6.62º 0.73% 0.83% -
XYZ 30.05 19.04 5.96 -
YUV 113.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 211 74 57 0 0.65 0.73 0.17 6.62 0.64 0.53
Hex D3 4A 39 0 41 49 11 7 40 35
Octal 323 112 71 0 101 111 21 7 100 65
Binary 11010011 1001010 111001 0 1000001 1001001 10001 111 1000000 110101

Color Harmonies of #D34A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34A39

Black with #D34A39

Text Example


Text Example

White with #D34A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34A39; }

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

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

background-color css

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

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

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

border-color css

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

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

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