Html Css Color HEX #D34F1F Trinidad

📋 copy color: '#D34F1F'

red 211 ◦ green 79 ◦ blue 31

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

Shades of Trinidad #D34F1F

Tints of Trinidad #D34F1F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.61%

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

R = 65.73%
G = 24.61%
B = 9.66%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.85

 K value IS 0.17

RGB Variations

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

Color information

#D34F1F (or 0xD34F1F) is known color: Trinidad. HEX triplet: D3, 4F and 1F. RGB value is (211,79,31). Sum of RGB (Red+Green+Blue) = 211+79+31=321 (42% of max value = 765). Red value is 211 (82.81% from 255 or 65.73% from 321); Green value is 79 (31.25% from 255 or 24.61% from 321); Blue value is 31 (12.5% from 255 or 9.66% from 321); Max value from RGB is 211 - color contains mainly: red. Hex color #D34F1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D34F1F is #2CB0E0. Grayscale: #717171. Windows color (decimal): -2928865 or 2052051. OLE color: 2052051.

HSL color Cylindrical-coordinate representation of color #D34F1F: hue angle of 16º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D34F1F is Cyan = 0, Magento = 0.63, Yellow = 0.85 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 79 31 -
CMYK 0 0.63 0.85 0.17
HSL 16º 0.74% 0.47% -
HSV(B) 16º 0.85% 0.83% -
XYZ 29.91 19.54 3.49 -
YUV 113 81.73 197.9 -
System Red Green Blue C M Y K H S L
Decimal 211 79 31 0 0.63 0.85 0.17 16 0.74 0.47
Hex D3 4F 1F 0 3F 55 11 10 4A 2F
Octal 323 117 37 0 77 125 21 20 112 57
Binary 11010011 1001111 11111 0 111111 1010101 10001 10000 1001010 101111

Color Harmonies of #D34F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D34F1F

Black with #D34F1F

Text Example


Text Example

White with #D34F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D34F1F; }

 p { color: rgb(211,79,31); }

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

background-color css

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

 a { background-color: rgb(211,79,31); }

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

border-color css

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

 span { border-color: rgb(211,79,31); }

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